This branch adds an optional lowpass filter to the PCARelCalstage of the pipeline. Previously, the lowpass was run as a separate filter stage before PCARelCal which results in a copy of timestreams being saved. Now, the filtering occurs in the PCA calc_and_save function and is only temporarily stored. The lpf configs, as well as the number of samples to trim, can be added to the PCARelCal config step.
Ran the same configuration through both the master branch and this branch, plotted all relcal fields against each other, and found all to be identical in dimensions and value.
This branch adds an optional lowpass filter to the
PCARelCal
stage of the pipeline. Previously, the lowpass was run as a separate filter stage beforePCARelCal
which results in a copy of timestreams being saved. Now, the filtering occurs in the PCAcalc_and_save
function and is only temporarily stored. Thelpf
configs, as well as the number of samples to trim, can be added to thePCARelCal
config step.