Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-42725: Make ApPipe run with LSSTComCamSim #162

Merged
merged 2 commits into from
Feb 15, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipelines/LATISS/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ instrument: lsst.obs.lsst.Latiss
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
exclude:
# TODO: prompt_prototype does not yet support R/B analysis.
# TODO: prompt_prototype does not yet support R/B analysis: DM-42220.
- rbClassify

tasks:
transformDiaSrcCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
config:
# TODO: prompt_prototype does not yet support R/B analysis
# TODO: prompt_prototype does not yet support R/B analysis: DM-42220.
doIncludeReliability: False
17 changes: 17 additions & 0 deletions pipelines/LSSTComCamSim/ApPipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
description: |
AP pipeline specialized for Simulated ComCam Prompt Processing. This
file is imported in prompt_prototype/pipelines/LsstComCamSim/ApPipe.yaml
which is used in realtime Prompt Processing production.
instrument: lsst.obs.lsst.LsstComCamSim
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
exclude:
# TODO: prompt_prototype does not yet support R/B analysis: DM-42220.
- rbClassify

tasks:
transformDiaSrcCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
config:
# TODO: prompt_prototype does not yet support R/B analysis: DM-42220.
doIncludeReliability: False