Skip to content

Commit

Permalink
Merge pull request #150 from lsst/tickets/DM-33440
Browse files Browse the repository at this point in the history
DM-33440: need to fix ap_verify for changes in DM-32988
  • Loading branch information
kherner committed Jan 28, 2022
2 parents 4254bd5 + b056299 commit a67263f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pipelines/ApVerifyWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tasks:
# Contracts require imageDifference, transformDiaSrc, and diaPipe to have matching configs.
# Since diaPipe must include fakes (see below), do non-fakes processing with non-standard names.
imageDifferenceNoFakes:
class: lsst.pipe.tasks.imageDifference.ImageDifferenceTask
class: lsst.pipe.tasks.imageDifference.ImageDifferenceFromTemplateTask
config:
doWriteWarpedExp: True # Required for packaging alerts in diaPipe
doSkySources: True
Expand All @@ -71,10 +71,12 @@ tasks:
connections.warpedExposure: parameters.diffWarp
connections.matchedExposure: parameters.diffMatch
connections.diaSources: parameters.diaSrcCat
connections.inputTemplate: parameters.templateExp
# TODO: end DM-30210 workaround
imageDifference:
class: lsst.pipe.tasks.imageDifference.ImageDifferenceTask
class: lsst.pipe.tasks.imageDifference.ImageDifferenceFromTemplateTask
config:
doWriteWarpedExp: True # Required for packaging alerts in diaPipe
connections.fakesType: parameters.fakesType
# TODO: redundant connection definitions workaround for DM-30210
connections.coaddName: parameters.coaddName
Expand All @@ -87,6 +89,7 @@ tasks:
connections.warpedExposure: parameters.fakesDiffWarp
connections.matchedExposure: parameters.fakesDiffMatch
connections.diaSources: parameters.fakesDiaSrcCat
connections.inputTemplate: parameters.templateExp
# TODO: end DM-30210 workaround
transformDiaSrcCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
Expand Down

0 comments on commit a67263f

Please sign in to comment.