Skip to content

Commit

Permalink
Merge branch 'tickets/DM-30149'
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed May 14, 2021
2 parents dc49320 + 78c6724 commit 296c1d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pipelines/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ tasks:
# Setting template 'coaddName' is not sufficient to satisfy contract
connections.coaddExposures: goodSeeingCoadd
connections.subtractedExposure: goodSeeingDiff_differenceExp
transformDiaSourceCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
config:
connections.coaddName: goodSeeing
connections.diaSourceSchema: goodSeeingDiff_diaSrc_schema
connections.diaSourceCat: goodSeeingDiff_diaSrc
connections.diffIm: goodSeeingDiff_differenceExp
connections.diaSourceTable: goodSeeingDiff_diaSrcTable
forcedPhotDiffim:
class: lsst.meas.base.ForcedPhotCcdTask
config:
Expand Down Expand Up @@ -149,10 +157,12 @@ subsets:
- selectGoodSeeingVisits
- templateGen
- imageDifference
- transformDiaSourceCat
- forcedPhotDiffim
description: Subset for running image differencing branch of the DRP pipeline

contracts:
- selectGoodSeeingVisits.connections.goodVisits == templateGen.connections.selectedVisits
- templateGen.connections.coaddExposure == imageDifference.connections.coaddExposures
- imageDifference.connections.subtractedExposure == transformDiaSourceCat.connections.diffIm
- imageDifference.connections.subtractedExposure == forcedPhotDiffim.connections.exposure

0 comments on commit 296c1d0

Please sign in to comment.