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-33992 Add analysis drp plots to appropriate pipelines #12

Merged
merged 3 commits into from
Apr 5, 2022
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
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
2 changes: 2 additions & 0 deletions pipelines/HSC/DRP-ci_hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ imports:
- jointcal
- faro_step3
- faro_step5
- plot_skyObject_sky_visit # Exclude until plot is fixed
- plot_CircAp12_sub_PS_meas_calib_psf_used_sky_gals_visit # Exclude until plot is fixed
tasks:
makeWarp:
class: lsst.pipe.tasks.makeCoaddTempExp.MakeWarpTask
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTCam-imSim/DRP-DP0.2.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
description: DRP specialized for Data Preview 0.2
imports:
- $DRP_PIPE_DIR/ingredients/LSSTCam-imSim/DRP.yaml
- $ANALYSIS_DRP_DIR/pipelines/LSSTCam-imSim/analysis_drp_plots.yaml
2 changes: 2 additions & 0 deletions pipelines/LSSTCam-imSim/DRP-ci_imsim.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
description: DRP specialized for ci_imsim test package.
imports:
- $DRP_PIPE_DIR/ingredients/LSSTCam-imSim/DRP.yaml
- $ANALYSIS_DRP_DIR/pipelines/LSSTCam-imSim/analysis_drp_plots.yaml

tasks:
deblend:
class: lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiTask
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