Add BayesWaveCleanFrame pipe functionality
requested to merge sudarshan-ghonge/bayeswave:103-add-options-to-bayeswave_pipe-to-include-glitch-cleaning into master
Closes #103 (closed)
Test cases:
Example config file: fullOnly
Checkout the [bayeswave_clean_frame_options]
[bayeswave_clean_frame_options]
ifo='H1' #IFO which over which glitch cleaning needs to be done
clean-suffix='CLEAN_FRAME #suffix to add to the frame and channel names for the glitch-cleaned frames
and the path to the bayeswave_clean_frame
path in the [engine]
section.
All of the other options to BayesWaveCleanFrame
are calculated in the pipe script.
The output frame gets written to trigtime_*/clean_frame
Edited by Sudarshan Ghonge