Skip to content

Commit

Permalink
Enable PsfWcsSelectImagesTask in DRP pipeline
Browse files Browse the repository at this point in the history
In Gen2 we did this pipeline-level retargetting in
config/coaddDriver.py. Applying in the pipeline file
is the Gen3 equivalent. It may be moved to the makeWarp
config override.
  • Loading branch information
yalsayyad committed Mar 1, 2021
1 parent 3ebf0e4 commit 0f8a233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelines/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ tasks:
doApplyExternalPhotoCalib: false
doApplyExternalSkyWcs: false
doApplySkyCorr: false
python: >
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask;
config.select.retarget(PsfWcsSelectImagesTask)
forcedPhotCcd:
class: lsst.meas.base.forcedPhotCcd.ForcedPhotCcdTask
config:
Expand Down

0 comments on commit 0f8a233

Please sign in to comment.