lsst.ip.diffim g5e11a15aad+bdb60c612b
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
 
 warpType
 

Detailed Description

Definition at line 43 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 49 of file getTemplate.py.

◆ templateBorderSize

lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.templateBorderSize
static
Initial value:
= pexConfig.Field(
dtype=int,
default=20,
doc="Number of pixels to grow the requested template image to account for warping"
)

Definition at line 44 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 54 of file getTemplate.py.


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