Skip to content

Commit

Permalink
Enable PsfWcsSelectImagesTask in DRP pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Feb 21, 2021
1 parent 5ba5d88 commit 7252a7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pipelines/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ tasks:
doApplyExternalSkyWcs: false
doApplySkyCorr: false
doWriteEmptyWarps: true
python: config.warpAndPsfMatch.psfMatch.kernel['AL'].alardSigGauss = [1.0, 2.0, 4.5]
python: >
config.warpAndPsfMatch.psfMatch.kernel['AL'].alardSigGauss = [1.0, 2.0, 4.5];
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask;
config.select.retarget(PsfWcsSelectImagesTask)
mergeDetections:
class: lsst.pipe.tasks.mergeDetections.MergeDetectionsTask
config:
Expand Down

0 comments on commit 7252a7b

Please sign in to comment.