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