tlpipe.timestream.multiscale_flag.RawTimestream.redistribute¶
-
RawTimestream.
redistribute
(dist_axis)[source]¶ Redistribute the main time ordered dataset along a specified axis.
This will redistribute the main_data along the specified axis dis_axis, and also distribute other main_time_ordered_datasets along the first axis if dis_axis is the first axis, else concatenate all those data along the first axis.
Parameters: dist_axis (int, string) – The axis can be specified by an integer index (positive or negative), or by a string label which must correspond to an entry in the main_data_axes attribute on the dataset.