Skip to content

Commit

Permalink
Update package for forcedPhotCoadd to drp_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed May 25, 2023
1 parent 9a5eadd commit 4d447e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tasks:
transformObjectTable: lsst.pipe.tasks.postprocess.TransformObjectCatalogTask
consolidateObjectTable: lsst.pipe.tasks.postprocess.ConsolidateObjectTableTask
forcedPhotCcd: lsst.meas.base.forcedPhotCcd.ForcedPhotCcdTask
forcedPhotCoadd: lsst.drp.pipe.forcedPhotCoadd.ForcedPhotCoaddTask
forcedPhotCoadd: lsst.drp.tasks.forcedPhotCoadd.ForcedPhotCoaddTask
selectGoodSeeingVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingQuantileSelectVisitsTask
config:
Expand Down
4 changes: 4 additions & 0 deletions ingredients/HSC/DRP+fakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ tasks:
connections.inputCoaddName: "fakes_deep"
connections.exposure: "fakes_calexp"
forcedPhotCoadd:
<<<<<<< HEAD
class: lsst.drp.pipe.forcedPhotCoadd.ForcedPhotCoaddTask
=======
class: lsst.drp.tasks.forcedPhotCoadd.ForcedPhotCoaddTask
>>>>>>> 2b2c761 (Update package for fprcedPhotCoadd to drp_tasks)
config:
connections.inputCoaddName: "fakes_deep"
connections.outputCoaddName: "fakes_deep"

0 comments on commit 4d447e6

Please sign in to comment.