HERA-Team / hera_qm

HERA Data Quality Metrics
MIT License
2 stars 2 forks source link

Add flags to xrfi_run.py to turn off various input sources #373

Closed jsdillon closed 4 years ago

jsdillon commented 4 years ago

We need flags like --ignore_omnical_median_filter to turn off each of the default on sources of flags.

We probably also want --use_cross_median_filterto turn on the one default off source.

Related: this docstring is wrong: https://github.com/HERA-Team/hera_qm/blob/18e1741c1b91ec9c7aee2edfaf8fc484ba497320/hera_qm/xrfi.py#L1810

jsdillon commented 4 years ago

This was mostly addressed in #372