tlpipe.timestream.timestream_task¶
Base pipeline task for operating on timestream objects.
Inheritance diagram¶

Functions
input_path (path[, iteration]) |
Normalize the given input path. |
output_path (path[, relative, mkdir, iteration]) |
Normalize the given output path. |
Classes
OneAndOne ([parameter_file_or_dict, feedback]) |
Base class for tasks that have (at most) one input and one output. |
RawTimestream ([files, mode, start, stop, ...]) |
Container class for the raw timestream data. |
Timestream ([files, mode, start, stop, ...]) |
Container class for the timestream data. |
TimestreamCommon ([files, mode, start, stop, ...]) |
Common things for the raw timestream data and timestream data. |
TimestreamTask ([parameter_file_or_dict, ...]) |
Task that provides raw timestream or timestream IO and data selection operations. |