Skip to content

Commit 9abe25e

Browse files
Merge pull request #648 from lsst/tickets/DM-47916
DM-47916: Remove makeWarp configs
2 parents e1abd5e + 25be1a5 commit 9abe25e

11 files changed

+0
-230
lines changed

config/comCam/makeDirectWarp.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
# These thresholds have been conditioned on the latest DRP run (DM-48371)
2626
# which used the w_2025_02 pipeline and the LSSTComCam/DP1-RC1/defaults
2727
# collection.
28-
# Keep these in sync with the makeWarp.py config.
2928
config.select.maxEllipResidual = 0.0055
3029
config.select.maxScaledSizeScatter = 0.022
3130
config.select.maxPsfTraceRadiusDelta = 4.4

config/comCam/makePsfMatchedWarp.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@
2525
# DM-47171: 9.0 (1.8 arcsec) corresponds to the ~98.5% percentile of the
2626
# PSF FWHM distribution in the 2nd and 3rd weeks of ComCam science observations
2727
# selectDeepCoaddVisits is currently set the the default 1.7 arcsec for ComCam.
28-
# Keep this in sync with the makeWarp.py config.
2928
config.modelPsf.defaultFwhm = 9.0

config/comCam/makeWarp.py

-43
This file was deleted.

config/comCamSim/makeDirectWarp.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
# task defaults (which were conditioned on HSC data). These have been
2727
# chosen based on the OR3 dataset reduced with w_2024_19 pipeline on
2828
# DM-37952 (see ticket for figures).
29-
# Keep these in sync with the makeWarp.py config.
3029
config.doSelectPreWarp = True
3130
config.select.maxEllipResidual = 0.004
3231
config.select.maxScaledSizeScatter = 0.014

config/comCamSim/makeWarp.py

-34
This file was deleted.

config/imsim/makeWarp.py

-41
This file was deleted.

config/latiss/makeWarp.py

-60
This file was deleted.

config/lsstCam/makeDirectWarp.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# These thresholds have been conditioned on the latest DRP run (DM-48371)
44
# which used the w_2025_02 pipeline and the LSSTComCam/DP1-RC1/defaults
55
# collection.
6-
# Keep these in sync with the makeDirectWarp.py config.
76
config.select.maxPsfTraceRadiusDelta = 4.4
87
config.select.maxPsfApFluxDelta = 1.6
98

config/lsstCam/makePsfMatchedWarp.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""LSSTCam-specific overrides for MakePsfMatchedWarpTask"""
22

3-
# Keep in sync with the makeWarp.py config.
43
# TODO: DM-50110
54
config.modelPsf.defaultFwhm = 11.0

config/lsstCam/makeWarp.py

-18
This file was deleted.

config/makeWarp.py

-29
This file was deleted.

0 commit comments

Comments
 (0)