We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e35a860 + 4a598f7 commit 824a532Copy full SHA for 824a532
1 file changed
python/lsst/pipe/tasks/coaddBase.py
@@ -74,17 +74,6 @@ class CoaddBaseConfig(pexConfig.Config):
74
default=False,
75
deprecated="Deprecated and ignored. Will be removed after v29.",
76
)
77
- # TODO: Remove this field in DM-44792.
78
- matchingKernelSize = pexConfig.Field(
79
- dtype=int,
80
- doc="Size in pixels of matching kernel. Must be odd.",
81
- default=None,
82
- optional=True,
83
- check=lambda x: x % 2 == 1,
84
- deprecated=("This field is deprecated without a replacement. Its value has no effect. "
85
- "Will be removed after v29."
86
- ),
87
- )
88
89
90
class CoaddBaseTask(pipeBase.PipelineTask):
0 commit comments