Skip to content

Commit

Permalink
Use 'pvi' instead of 'initial_pvi' in DRP diffim tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Oct 9, 2024
1 parent 246bd7a commit 4cc9227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/_ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,24 @@ tasks:
getTemplate:
class: lsst.ip.diffim.getTemplate.GetTemplateTask
config:
connections.wcs: pvi.wcs
connections.bbox: pvi.bbox
connections.coaddName: goodSeeing
connections.coaddExposures: goodSeeingCoadd
connections.template: goodSeeingDiff_templateExp
subtractImages:
class: lsst.ip.diffim.subtractImages.AlardLuptonSubtractTask
config:
allowKernelSourceDetection: true
connections.science: pvi
connections.coaddName: goodSeeing
connections.template: goodSeeingDiff_templateExp
connections.difference: goodSeeingDiff_differenceTempExp
connections.matchedTemplate: goodSeeingDiff_matchedExp
detectAndMeasureDiaSources:
class: lsst.ip.diffim.detectAndMeasure.DetectAndMeasureTask
config:
connections.science: pvi
connections.coaddName: goodSeeing
connections.matchedTemplate: goodSeeingDiff_matchedExp
connections.difference: goodSeeingDiff_differenceTempExp
Expand Down

0 comments on commit 4cc9227

Please sign in to comment.