tlpipe.timestream.re_order.Timestream.subset_feed_select¶
-
Timestream.
subset_feed_select
(value=(0, None), corr='all')[source]¶ Select a subset of the data corresponding to the specified feeds.
Parameters: - value (tuple or list, optional) – 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, feed No. in this list will be selected. Default (0, None) select all.
- corr ('all', 'auto' or 'cross', optional) – Correlation type. ‘auto’ for auto-correlations, ‘cross’ for cross-correlations, ‘all’ for all correlations. Default ‘all’.