From bcb6ed44d9b1d86ba222f086945a483ec74ddd5d Mon Sep 17 00:00:00 2001 From: Hsin-Fang Chiang Date: Thu, 24 Oct 2024 09:57:16 -0700 Subject: [PATCH] Add a LSSTComCam Isr-cal pipeline for processing calibration data --- pipelines/LSSTComCam/Isr-cal.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pipelines/LSSTComCam/Isr-cal.yaml diff --git a/pipelines/LSSTComCam/Isr-cal.yaml b/pipelines/LSSTComCam/Isr-cal.yaml new file mode 100644 index 00000000..a729db7b --- /dev/null +++ b/pipelines/LSSTComCam/Isr-cal.yaml @@ -0,0 +1,8 @@ +description: >- + ISR-only pipeline specialized for LSSTComCam. This is a seperate + pipeline from the other ISR-only pipeline just for it to use + on raw calibration data that prompt processing does not + usually process, so the outputs are kept seprately. + +imports: + - location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCam/Isr.yaml