GetCoaddAsTemplateConfig

class lsst.ip.diffim.GetCoaddAsTemplateConfig

Bases: lsst.pex.config.config.Config

Attributes Summary

coaddName coadd name: typically one of ‘deep’, ‘goodSeeing’, or ‘dcr’ (str, default 'deep')
numSubfilters Number of subfilters in the DcrCoadd, used only if coaddName``='dcr' (`int`, default ``3)
templateBorderSize Number of pixels to grow the requested template image to account for warping (int, default 10)
warpType Warp type of the coadd template: one of ‘direct’ or ‘psfMatched’ (str, default 'direct')

Attributes Documentation

coaddName

coadd name: typically one of ‘deep’, ‘goodSeeing’, or ‘dcr’ (str, default 'deep')

numSubfilters

Number of subfilters in the DcrCoadd, used only if coaddName``='dcr' (`int`, default ``3)

templateBorderSize

Number of pixels to grow the requested template image to account for warping (int, default 10)

warpType

Warp type of the coadd template: one of ‘direct’ or ‘psfMatched’ (str, default 'direct')