From 58c06f03ff1cecba5944d75abdb2cb533557fd34 Mon Sep 17 00:00:00 2001 From: James Chiang Date: Thu, 10 Oct 2024 13:05:44 -0700 Subject: [PATCH] require a CURATED_CALIBS environment variable since these are now labeled by ticket number --- bps/cp_pipe/bps_cpBiasBootstrap.yaml | 2 +- data/cp_pipelines_config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bps/cp_pipe/bps_cpBiasBootstrap.yaml b/bps/cp_pipe/bps_cpBiasBootstrap.yaml index ccc93fa..47a4d3b 100644 --- a/bps/cp_pipe/bps_cpBiasBootstrap.yaml +++ b/bps/cp_pipe/bps_cpBiasBootstrap.yaml @@ -12,7 +12,7 @@ payload: b_protocol_run: ${B_PROTOCOL_RUN} weekly: ${WEEKLY} payload_modifier: ${PAYLOAD_MODIFIER} - inCollection: ${INSTRUMENT_NAME}/raw/all,${INSTRUMENT_NAME}/calib/unbounded + inCollection: ${INSTRUMENT_NAME}/raw/all,${CURATED_CALIBS} payloadName: bias_bootstrap{payload_modifier}_{b_protocol_run}_{weekly} butlerConfig: ${BUTLER_CONFIG} dataQuery: "instrument='${INSTRUMENT_NAME}' and exposure.science_program='{b_protocol_run}' and exposure.observation_type='bias' and exposure.observation_reason='bias' ${DETECTOR_SELECTION}" diff --git a/data/cp_pipelines_config.yaml b/data/cp_pipelines_config.yaml index f7dfbb2..8894c00 100644 --- a/data/cp_pipelines_config.yaml +++ b/data/cp_pipelines_config.yaml @@ -5,6 +5,7 @@ baseline: - INSTRUMENT_CLASS_NAME - INSTRUMENT_CLASS - INSTRUMENT_NAME + - CURATED_CALIBS - PAYLOAD_MODIFIER - DETECTOR_SELECTION - DO_PARALLEL_OSCAN