Skip to content

Commit

Permalink
Merge pull request #74 from lsst/tickets/DM-39227
Browse files Browse the repository at this point in the history
DM-39227: remove +fakes pipelines and adapt to upstream deprecations
  • Loading branch information
TallJimbo committed Jul 13, 2023
2 parents 12af59d + 39e08a0 commit 836f59c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 175 deletions.
9 changes: 0 additions & 9 deletions pipelines/HSC/DRP-RC2+fakes.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions pipelines/HSC/DRP-ci_hsc+fakes.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions pipelines/_ingredients/DECam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ tasks:
modelPsf.defaultFwhm: 7.7
warpAndPsfMatch.warp.warpingKernelName: lanczos5
coaddPsf.warpingKernelName: lanczos5
connections.skyWcsName: jointcal
# Legacy DECam config to write out warps, even if they are empty
doWriteEmptyWarps: true
python: |
Expand Down Expand Up @@ -112,7 +111,6 @@ tasks:
class: lsst.pipe.tasks.postprocess.WriteRecalibratedSourceTableTask
config:
connections.outputCatalog: source
connections.skyWcsName: jointcal
jointcal:
class: lsst.jointcal.JointcalTask
config:
Expand Down
6 changes: 3 additions & 3 deletions pipelines/_ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,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"
- "'calib_psf_candidate' not in measure.propagateFlags.source_flags if makeWarp.useVisitSummaryPsf else True"
- "'calib_psf_used' not in measure.propagateFlags.source_flags if makeWarp.useVisitSummaryPsf else True"
- "'calib_psf_reserved' not in measure.propagateFlags.source_flags if makeWarp.useVisitSummaryPsf else True"
140 changes: 0 additions & 140 deletions pipelines/_ingredients/HSC/DRP+fakes.yaml

This file was deleted.

0 comments on commit 836f59c

Please sign in to comment.