Adds a new method rfi.iterative_hpf_masking that implements the algorithm used to identify narrowband features in the gains. I am putting it in ch_util in case we want to use it in the real-time pipeline in the future.
Also makes a few modifications to cal_utils.interpolate_gain to make it work with the pipeline used to flag these features.
Adds a new method
rfi.iterative_hpf_masking
that implements the algorithm used to identify narrowband features in the gains. I am putting it inch_util
in case we want to use it in the real-time pipeline in the future.Also makes a few modifications to
cal_utils.interpolate_gain
to make it work with the pipeline used to flag these features.