Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingest RVs and 10x ingestion speedup #997

Merged
merged 12 commits into from
Jan 6, 2025
3 changes: 3 additions & 0 deletions modules/quality_control/src/quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ def check_all_QC_keywords_present(kpf_object, logger=None):
if data_level == 'L2':
data_levels = data_levels = ['L0', '2D', 'L1', 'L2']

# To do:
# * write a method to check that all QC keywords defined below are in the
# appropriate .csv files for the TSDB.

#####################################################################

Expand Down
Loading