lsst.ip.diffim  21.0.0-18-g1934d52+a210d64c72
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig Class Reference
Inheritance diagram for lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig:

Public Member Functions

def validate (self)
 

Static Public Attributes

 templateBorderSize
 
 coaddName
 
 numSubfilters
 
 effectiveWavelength
 
 bandwidth
 
 warpType
 

Detailed Description

Definition at line 36 of file getTemplate.py.

Member Function Documentation

◆ validate()

def lsst.ip.diffim.getTemplate.GetCoaddAsTemplateConfig.validate (   self)

Definition at line 68 of file getTemplate.py.

Member Data Documentation

◆ 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: