Skip to content

Commit

Permalink
Add contracts for propagating final psf.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Apr 13, 2022
1 parent fa98ae2 commit a68b582
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 a68b582

Please sign in to comment.