GetTemplateConfig#
- class lsst.ip.diffim.GetTemplateConfig(*args, **kw)#
Bases:
PipelineTaskConfigAttributes Summary
Configuration for CoaddPsf (
CoaddPsfConfig, default<class 'lsst.meas.algorithms.CoaddPsfConfig'>)Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Minimum fraction of unmasked pixels needed to set the HIGH_VARIANCE mask plane.
Set the HIGH_VARIANCE mask plane for regions with variance greater than the median by this factor.
Flag to enable/disable saving of log output for a task, enabled by default.
Number of pixels to grow the requested template image to account for warping (
int, default20)Task to estimate the background variance.
warper configuration (
WarperConfig, default<class 'lsst.afw.math._warper.WarperConfig'>)Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- coaddPsf#
Configuration for CoaddPsf (
CoaddPsfConfig, default<class 'lsst.meas.algorithms.CoaddPsfConfig'>)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- highVarianceMaskFraction#
Minimum fraction of unmasked pixels needed to set the HIGH_VARIANCE mask plane. (
float, default0.1)
- highVarianceThreshold#
Set the HIGH_VARIANCE mask plane for regions with variance greater than the median by this factor. (
float, default4)Valid Range = [1,inf)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- templateBorderSize#
Number of pixels to grow the requested template image to account for warping (
int, default20)
- varianceBackground#
Task to estimate the background variance. (
ConfigurableInstance, default<class 'lsst.meas.algorithms.subtractBackground.SubtractBackgroundConfig'>)
- warp#
warper configuration (
WarperConfig, default<class 'lsst.afw.math._warper.WarperConfig'>)
Methods Documentation