Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pipelines/HSC/SingleFrame.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
description: Single-frame pipeline specialized for HSC
description: >-
Single-frame pipeline for the case in which
no templates exist, specialized for HSC

imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/HSC/ApPipe.yaml
- location: $AP_PIPE_DIR/pipelines/HSC/SingleFrame.yaml
include:
- processCcd
- initialPviCore
6 changes: 4 additions & 2 deletions pipelines/LATISS/SingleFrame.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
description: Single-frame pipeline specialized for LATISS
description: >-
Single-frame pipeline for the case in which
no templates exist, specialized for LATISS

imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LATISS/ApPipe.yaml
- location: $AP_PIPE_DIR/pipelines/LATISS/SingleFrame.yaml
include:
- processCcd
- initialPviCore
6 changes: 4 additions & 2 deletions pipelines/LSSTComCamSim/SingleFrame.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
description: Single-frame pipeline specialized for LSSTComCamSim
description: >-
Single-frame pipeline for the case in which
no templates exist, specialized for LSSTComCamSim

imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
- location: $AP_PIPE_DIR/pipelines/LSSTComCamSim/SingleFrame.yaml
include:
- processCcd
- initialPviCore
Loading