File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ # Verification pipeline specialized for the DC2 ImSim simulation.
2+ # This concatenates various lsst.verify metrics to an AP pipeline
3+
4+ description : Fully instrumented AP pipeline specialized for LSSTCam-imSim
5+ imports :
6+ - location : $AP_VERIFY_DIR/pipelines/_ingredients/ApVerify.yaml
7+ # Include all metrics from standard pipeline. It's not practical to create
8+ # a metrics subset because it would require constant micromanagement.
9+ exclude :
10+ - prompt
11+ - afterburner
12+ - location : $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipe.yaml
13+ include :
14+ - prompt
15+ - afterburner
16+ tasks :
17+ # ApVerify override removed by excluding apPipe.
18+ associateApdb :
19+ class : lsst.ap.association.DiaPipelineTask
20+ config :
21+ doPackageAlerts : True
22+ alertPackager.doWriteAlerts : True
23+ contracts :
24+ # Contracts removed by excluding apPipe
Original file line number Diff line number Diff line change 1+ # Verification pipeline specialized for the DC2 ImSim simulation.
2+ # This concatenates various lsst.verify metrics to an AP pipeline
3+
4+ instrument : lsst.obs.lsst.LsstCamImSim
5+ description : Fully instrumented AP pipeline with fakes, specialized for LSSTCam-imSim
6+ imports :
7+ - location : $AP_VERIFY_DIR/pipelines/_ingredients/ApVerifyWithFakes.yaml
8+ # Include all metrics from standard pipeline. It's not practical to create
9+ # a metrics subset because it would require constant micromanagement.
10+ exclude :
11+ - prompt
12+ - afterburner
13+ - location : $AP_PIPE_DIR/pipelines/LSSTComCam/ApPipeWithFakes.yaml
14+ include :
15+ - prompt
16+ - afterburner
17+ tasks :
18+ # ApVerify override removed by excluding apPipe.
19+ associateApdb :
20+ class : lsst.ap.association.DiaPipelineTask
21+ config :
22+ doPackageAlerts : True
23+ alertPackager.doWriteAlerts : True
You can’t perform that action at this time.
0 commit comments