tlpipe.timestream.map_making.Timestream.feed_select

Timestream.feed_select(value=(0, None), corr='all')[source]

Select data to be loaded from inputs files 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’.