Skip to content

Commit

Permalink
require a CURATED_CALIBS environment variable since these are now lab…
Browse files Browse the repository at this point in the history
…eled by ticket number
  • Loading branch information
jchiang87 committed Oct 24, 2024
1 parent cee0281 commit 58c06f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bps/cp_pipe/bps_cpBiasBootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
1 change: 1 addition & 0 deletions data/cp_pipelines_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ baseline:
- INSTRUMENT_CLASS_NAME
- INSTRUMENT_CLASS
- INSTRUMENT_NAME
- CURATED_CALIBS
- PAYLOAD_MODIFIER
- DETECTOR_SELECTION
- DO_PARALLEL_OSCAN
Expand Down

0 comments on commit 58c06f0

Please sign in to comment.