Skip to content

Commit

Permalink
Merge pull request #16 from lsst/tickets/DM-34174
Browse files Browse the repository at this point in the history
DM-34174: Add contracts for propagating final psf.
  • Loading branch information
erykoff committed Apr 14, 2022
2 parents fa98ae2 + a68b582 commit 38d60bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingredients/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,6 @@ contracts:
- drpAssociation.connections.diaObjectTable == drpDiaCalculation.connections.diaObjectTable
- forcedPhotDiffim.connections.refCat == forcedPhotCcd.connections.refCat
- consolidateHealSparsePropertyMaps.property_maps == healSparsePropertyMaps.property_maps
- "'calib_psf_candidate' not in measure.propagateFlags.source_flags if makeWarp.doApplyFinalizedPsf else True"
- "'calib_psf_used' not in measure.propagateFlags.source_flags if makeWarp.doApplyFinalizedPsf else True"
- "'calib_psf_reserved' not in measure.propagateFlags.source_flags if makeWarp.doApplyFinalizedPsf else True"

0 comments on commit 38d60bc

Please sign in to comment.