lsst.ip.diffim gf800f83d46+fe13c1df23
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 44 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 50 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 45 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 55 of file getTemplate.py.


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