chime-experiment / ch_util

CHIME utilities
https://chime-experiment.github.io/ch_util
MIT License
3 stars 3 forks source link

ss/narrowband-gain-error #34

Closed ssiegelx closed 2 years ago

ssiegelx commented 2 years ago

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.

ssiegelx commented 2 years ago

Thanks @tristpinsm! I have addressed your comments.