Skip to content

Commit

Permalink
Add contracts between warping tasks
Browse files Browse the repository at this point in the history
makeDirectWarp and makePsfMatchedWarp.
  • Loading branch information
arunkannawadi committed Aug 15, 2024
1 parent d9a61c2 commit ed9b019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/_ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,5 @@ contracts:
- "'calib_psf_used' not in measure.propagateFlags.source_flags if makeDirectWarp.useVisitSummaryPsf else True"
- "'calib_psf_reserved' not in measure.propagateFlags.source_flags if makeDirectWarp.useVisitSummaryPsf else True"
- "makeDirectWarp.warper.cacheSize == assembleCoadd.coaddPsf.cacheSize"
- "makeDirectWarp.border >= makePsfMatchedWarp.psfMatch.kernel.active.sizeCellX"
- "makeDirectWarp.border >= makePsfMatchedWarp.psfMatch.kernel.active.sizeCellY"

0 comments on commit ed9b019

Please sign in to comment.