Skip to content

Commit

Permalink
Create a temporary test pipeline for ComCamSim.
Browse files Browse the repository at this point in the history
This pipeline lets us run integration tests on OR3 until OR4 data
is available.
  • Loading branch information
kfindeisen committed Jun 7, 2024
1 parent e7efd16 commit d3e085b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pipelines/LSSTComCamSim/ApPipe-OR3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description: Alert Production pipeline specialized for LSSTComCamSim OR3 data

# This is a temporary pipeline for running integration tests on our
# OR3-based test data. It is not intended for general use, and unlike
# ApPipe proper will not be synced to the ap_pipe package.
imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
tasks:
calibrateImage:
class: lsst.pipe.tasks.calibrateImage.CalibrateImageTask
config:
connections.astrometry_ref_cat: uw_stars_20240228
connections.photometry_ref_cat: uw_stars_20240228

0 comments on commit d3e085b

Please sign in to comment.