Skip to content

Commit

Permalink
Add analysis drp plots to appropriate pipelines
Browse files Browse the repository at this point in the history
Add the plotting pipelines defined in analysis drp to the
appropriate pipelines defined in this package.
  • Loading branch information
natelust committed Mar 16, 2022
1 parent 0d89b07 commit d4c46b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/DECam/DRP-Merian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ description: >
The DRP pipeline specialized for the DECam instrument, developed against the
Merian dataset.
imports:
location: $DRP_PIPE_DIR/ingredients/DECam/DRP.yaml
- $DRP_PIPE_DIR/ingredients/DECam/DRP.yaml
- $ANALYSIS_DRP_DIR/pipelines/analysis_drp_plots.yaml
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
- $DRP_PIPE_DIR/ingredients/DRP.yaml
- $FARO_DIR/pipelines/metrics_pipeline_jointcal_fgcm.yaml
- $ANALYSIS_DRP_DIR/pipelines/analysis_drp_plots.yaml
tasks:
skyCorr:
class: lsst.pipe.drivers.skyCorrection.SkyCorrectionTask
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTCam-imSim/DRP-test-med-1.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
description: DRP specialized for the ImSim-DC2 test-med-1 dataset
imports:
- $DRP_PIPE_DIR/ingredients/LSSTCam-imSim/DRP.yaml
- $ANALYSIS_DRP_DIR/pipelines/LSSTCam-imSim/analysis_drp_plots.yaml

0 comments on commit d4c46b5

Please sign in to comment.