Skip to content

Commit

Permalink
Merge pull request #3824 from lsst-sqre/tickets/DM-46885
Browse files Browse the repository at this point in the history
DM-46885: Set up Prompt Processing for ComCam
  • Loading branch information
hsinfang authored Oct 28, 2024
2 parents 8125f86 + f6701dc commit 8a80183
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-lsstcomcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Prompt Proto Service is an event driven service for processing camera images. Th
| prompt-proto-service.imageNotifications.kafkaClusterAddress | string | None, must be set | Hostname and port of the Kafka provider |
| prompt-proto-service.imageNotifications.topic | string | None, must be set | Topic where raw image arrival notifications appear |
| prompt-proto-service.instrument.calibRepo | string | None, must be set | URI to the shared repo used for calibrations, templates, and pipeline outputs. If `registry.centralRepoFile` is set, this URI points to a local redirect instead of the central repo itself. |
| prompt-proto-service.instrument.name | string | `""` | The "short" name of the instrument |
| prompt-proto-service.instrument.name | string | `"LSSTComCam"` | The "short" name of the instrument |
| prompt-proto-service.instrument.pipelines.main | string | None, must be set | Machine-readable string describing which pipeline(s) should be run for which visits. Notation is complex and still in flux; see [the source code](https://github.com/lsst-dm/prompt_processing/blob/main/python/activator/config.py) for examples. |
| prompt-proto-service.instrument.pipelines.preprocessing | string | None, must be set | Machine-readable string describing which pipeline(s) should be run before which visits' raw arrival. |
| prompt-proto-service.instrument.skymap | string | `"ops_rehersal_prep_2k_v1"` | Skymap to use with the instrument |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,13 @@ prompt-proto-service:
(survey="comcam-ap")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/ApPipe.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/SingleFrame.yaml,
${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Isr.yaml]
(survey="comcam-isr-cal")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Isr-cal.yaml]
(survey="cwfs")=[]
(survey="cwfs-focus-sweep")=[]
(survey="spec-survey")=[]
(survey="photon-transfer")=[]
(survey="daily-calibration-seq")=[]
(survey="BLOCK-T208")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Isr-cal.yaml]
(survey="BLOCK-T60")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Isr-cal.yaml]
(survey="")=[]
preprocessing: >-
(survey="comcam-preprocessing")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Preprocessing.yaml]
(survey="daytime-checkout")=[]
(survey="cwfs")=[]
(survey="cwfs-focus-sweep")=[]
(survey="spec-survey")=[]
(survey="photon-transfer")=[]
(survey="daily-calibration-seq")=[]
(survey="comcam-ap")=[${PROMPT_PROCESSING_DIR}/pipelines/LSSTComCam/Preprocessing.yaml]
(survey="BLOCK-T208")=[]
(survey="BLOCK-T60")=[]
(survey="")=[]
calibRepo: s3://rubin-summit-users

Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-lsstcomcam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prompt-proto-service:

instrument:
# -- The "short" name of the instrument
name: ""
name: LSSTComCam
pipelines:
# -- Machine-readable string describing which pipeline(s) should be run for which visits.
# Notation is complex and still in flux; see [the source code](https://github.com/lsst-dm/prompt_processing/blob/main/python/activator/config.py) for examples.
Expand Down

0 comments on commit 8a80183

Please sign in to comment.