tlpipe.plot.plot_slice.Timestream.data_select¶
-
Timestream.
data_select
(axis, value)[source]¶ Select data to be loaded from input files along the specified axis.
You can use this method to select data to be loaded from input files along an arbitrary axis except the first axis (which is not implemented yet).
Parameters: - axis (string or integer) – The distribute axis.
- value (tuple or list) – If a tuple, which will be created as a slice(start, stop, step) object, so it can have one to three elements (integers or None); if a list, its elements must be strictly increasing non-negative integers, data in these positions will be selected.