DeconvolveExposureConfig#
- class lsst.meas.extensions.scarlet.DeconvolveExposureConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration for DeconvolveExposureTask
Attributes Summary
Threshold for background subtraction.
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Relative error threshold (
float, default0.001)Maximum number of iterations (
int, default100)Minimum number of iterations (
int, default10)Flag to enable/disable saving of log output for a task, enabled by default.
Use cell-based coadd instead of regular coadd? (
bool, defaultFalse)Use footprints to constrain the deconvolved model (
bool, defaultTrue)Attributes Documentation
- backgroundThreshold#
Threshold for background subtraction. Pixels in the fit below this threshold will be set to zero (
float, default0)
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- eRel#
Relative error threshold (
float, default0.001)
- maxIter#
Maximum number of iterations (
int, default100)
- minIter#
Minimum number of iterations (
int, default10)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- useCellCoadds#
Use cell-based coadd instead of regular coadd? (
bool, defaultFalse)
- useFootprints#
Use footprints to constrain the deconvolved model (
bool, defaultTrue)