lsst.ip.diffim  20.0.0-6-g47d5604+3f3eda990a
Static Public Attributes | List of all members
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig Class Reference
Inheritance diagram for lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig:

Static Public Attributes

 templateBorderSize
 
 coaddName
 
 numSubfilters
 
 warpType
 

Detailed Description

Definition at line 35 of file getTemplate.py.

Member Data Documentation

◆ 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 41 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 46 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 36 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 51 of file getTemplate.py.


The documentation for this class was generated from the following file: