Skip to content

Commit

Permalink
Import the new warping tasks from drp_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Nov 17, 2024
1 parent 1b86595 commit 492b517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/_ingredients/DECam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks:
connections.photoCalibName: "jointcal"
connections.skyWcsName: "jointcal"
makeDirectWarp:
class: lsst.pipe.tasks.make_direct_warp.MakeDirectWarpTask
class: lsst.drp.tasks.make_direct_warp.MakeDirectWarpTask
config:
# These configs match obs_subaru, to facilitate 1:1 comparisons between DECam and HSC
warper.warpingKernelName: lanczos5
Expand All @@ -58,7 +58,7 @@ tasks:
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask
config.select.retarget(PsfWcsSelectImagesTask)
makePsfMatchedWarp:
class: lsst.pipe.tasks.make_psf_matched_warp.MakePsfMatchedWarpTask
class: lsst.drp.tasks.make_psf_matched_warp.MakePsfMatchedWarpTask
config:
# These configs match obs_subaru, to facilitate 1:1 comparisons between DECam and HSC
modelPsf.defaultFwhm: 7.7
Expand Down
4 changes: 2 additions & 2 deletions pipelines/_ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tasks:
updateVisitSummary: lsst.drp.tasks.update_visit_summary.UpdateVisitSummaryTask
makeCcdVisitTable: lsst.pipe.tasks.postprocess.MakeCcdVisitTableTask
makeVisitTable: lsst.pipe.tasks.postprocess.MakeVisitTableTask
makeDirectWarp: lsst.pipe.tasks.make_direct_warp.MakeDirectWarpTask
makePsfMatchedWarp: lsst.pipe.tasks.make_psf_matched_warp.MakePsfMatchedWarpTask
makeDirectWarp: lsst.drp.tasks.make_direct_warp.MakeDirectWarpTask
makePsfMatchedWarp: lsst.drp.tasks.make_psf_matched_warp.MakePsfMatchedWarpTask
selectDeepCoaddVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingSelectVisitsTask
config:
Expand Down

0 comments on commit 492b517

Please sign in to comment.