Skip to content

Commit

Permalink
Merge branch 'tickets/DM-29338'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrawls committed Jun 4, 2021
2 parents 675fc7e + 8202253 commit f93e0e0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pipelines/ApVerify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,32 @@ imports:
- location: $AP_VERIFY_DIR/pipelines/MetricsRuntime.yaml
- location: $AP_VERIFY_DIR/pipelines/MetricsMisc.yaml
tasks:
imageDifference:
class: lsst.pipe.tasks.imageDifference.ImageDifferenceTask
config:
coaddName: deep
getTemplate.coaddName: deep
connections.coaddName: deep
connections.coaddExposures: deepCoadd
connections.subtractedExposure: deepDiff_differenceExp
connections.warpedExposure: deepDiff_warpedExp
transformDiaSrcCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
config:
connections.coaddName: deep
connections.diaSourceSchema: deepDiff_diaSrc_schema
connections.diaSourceCat: deepDiff_diaSrc
connections.diffIm: deepDiff_differenceExp
connections.diaSourceTable: deepDiff_diaSrcTable
diaPipe:
# TODO: how to prevent duplication with ApPipe definition?
class: lsst.ap.association.DiaPipelineTask
config:
apdb.isolation_level: READ_UNCOMMITTED
doPackageAlerts: True
connections.coaddName: deep
connections.diaSourceTable: deepDiff_diaSrcTable
connections.associatedDiaSources: deepDiff_assocDiaSrcTable
contracts:
# Metric inputs must match pipeline outputs
- imageDifference.connections.coaddName == fracDiaSourcesToSciSources.connections.coaddName
Expand Down

0 comments on commit f93e0e0

Please sign in to comment.