Skip to content

Commit

Permalink
Merge branch 'tickets/DM-33992'
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Apr 5, 2022
2 parents 44c74ba + a727cf3 commit b15f38e
Show file tree
Hide file tree
Showing 6 changed files with 9 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
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

0 comments on commit b15f38e

Please sign in to comment.