GetTemplateTask¶
Build a template from existing coadds, which may span multiple tracts. The assembled template inherits the WCS of the selected skymap tract and the resolution of the template exposures. Overlapping box regions of the input template patches are pixel by pixel copied into the assembled template image. There is no warping or pixel resampling.
Pixels with no overlap of any available input patches are set to nan
value and NO_DATA
flagged.
Python API summary¶
from lsst.ip.diffim.getTemplate import GetTemplateTask
-
class
GetTemplateTask
(*args, **kwargs) Base class for all pipeline tasks
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(coaddExposures, bbox, wcs, dataIds, physical_filter=None, **kwargs) Warp coadds from multiple tracts to form a template for image diff
...
See also
See the GetTemplateTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
coaddPsf¶
- Data type
lsst.meas.algorithms.CoaddPsfConfig
- Field type
Configuration for CoaddPsf
connections¶
- Data type
lsst.pipe.base.config.GetTemplateConfigConnections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default. Deprecated: This field is deprecated and will be removed after v26.
templateBorderSize¶
Number of pixels to grow the requested template image to account for warping
warp¶
- Data type
lsst.afw.math._warper.WarperConfig
- Field type
warper configuration