tlpipe.timestream.line_rfi¶
Line RFI flagging.
Inheritance diagram¶
Functions
output_path(path[, relative, mkdir, iteration]) |
Normalize the given output path. |
savitzky_golay(y, window_size, order[, ...]) |
Smooth (and optionally differentiate) data with a Savitzky-Golay filter. |
Classes
Flag([parameter_file_or_dict, feedback]) |
Line RFI flagging. |
InterpolatedUnivariateSpline(x, y[, w, bbox, k]) |
One-dimensional interpolating spline for a given set of data points. |
RawTimestream([files, mode, start, stop, ...]) |
Container class for the raw timestream data. |
Timestream([files, mode, start, stop, ...]) |
Container class for the timestream data. |