Definition at line 36 of file getTemplate.py.
◆ validate()
def lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.validate |
( |
|
self | ) |
|
◆ bandwidth
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.bandwidth |
|
static |
Initial value:= pexConfig.Field(
doc="Bandwidth of the physical filter. Used only if ``coaddName``='dcr'",
optional=True,
dtype=float,
)
Definition at line 57 of file getTemplate.py.
◆ coaddName
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.coaddName |
|
static |
Initial value:= pexConfig.Field(
doc="coadd name: typically one of 'deep', 'goodSeeing', or 'dcr'",
dtype=str,
default="deep",
)
Definition at line 42 of file getTemplate.py.
◆ effectiveWavelength
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.effectiveWavelength |
|
static |
Initial value:= pexConfig.Field(
doc="Effective wavelength of the filter. Used only if ``coaddName``='dcr'",
optional=True,
dtype=float,
)
Definition at line 52 of file getTemplate.py.
◆ numSubfilters
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.numSubfilters |
|
static |
Initial value:= pexConfig.Field(
doc="Number of subfilters in the DcrCoadd. Used only if ``coaddName``='dcr'",
dtype=int,
default=3,
)
Definition at line 47 of file getTemplate.py.
◆ templateBorderSize
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.templateBorderSize |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
default=10,
doc="Number of pixels to grow the requested template image to account for warping"
)
Definition at line 37 of file getTemplate.py.
◆ warpType
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.warpType |
|
static |
Initial value:= pexConfig.Field(
doc="Warp type of the coadd template: one of 'direct' or 'psfMatched'",
dtype=str,
default="direct",
)
Definition at line 62 of file getTemplate.py.
The documentation for this class was generated from the following file: