Skip to content

Commit

Permalink
Merge pull request #3150 from lsst-sqre/tickets/DM-43608
Browse files Browse the repository at this point in the history
DM-43608: Turn off force source handling in prompt processing default
  • Loading branch information
hsinfang authored Apr 1, 2024
2 parents e73f10a + ab1081c commit 5f1c891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ prompt-proto-service:

instrument:
pipelines: >-
(survey="AUXTEL_PHOTO_IMAGING")=[${PROMPT_PROCESSING_DIR}/pipelines/LATISS/ApPipe.yaml,
(survey="AUXTEL_PHOTO_IMAGING")=[${PROMPT_PROCESSING_DIR}/pipelines/LATISS/ApPipe-noForced.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LATISS/SingleFrame.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LATISS/Isr.yaml]
(survey="AUXTEL_DRP_IMAGING")=[${PROMPT_PROCESSING_DIR}/pipelines/LATISS/ApPipe.yaml,
(survey="AUXTEL_DRP_IMAGING")=[${PROMPT_PROCESSING_DIR}/pipelines/LATISS/ApPipe-noForced.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LATISS/SingleFrame.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LATISS/Isr.yaml]
(survey="cwfs")=[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prompt-proto-service:

instrument:
pipelines: >-
(survey="ops-rehearsal-3")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCamSim/ApPipe.yaml,
(survey="ops-rehearsal-3")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCamSim/ApPipe-noForced.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCamSim/SingleFrame.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCamSim/Isr.yaml]
(survey="")=[]
Expand Down

0 comments on commit 5f1c891

Please sign in to comment.