DetectCoaddSourcesConfig#
- class lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig(*args, **kw)#
Bases:
PipelineTaskConfigConfiguration parameters for the DetectCoaddSourcesTask
Attributes Summary
Name of coadd (
str, default'deep')Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
Source detection (
ConfigurableInstance, default<class 'lsst.meas.algorithms.dynamicDetection.DynamicDetectionConfig'>)Scale variance plane using empirical noise? (
bool, defaultTrue)Check that the background bin size evenly divides the patch inner region, and crop the outer region to an integer number of bins.
Should be set to True if fake sources have been inserted into the input data.
Configuration for how to generate catalog IDs from data IDs.
Flag to enable/disable saving of log output for a task, enabled by default.
Variance rescaling (
ConfigurableInstance, default<class 'lsst.meas.algorithms.scaleVariance.ScaleVarianceConfig'>)Whether to use cell coadds? (
bool, defaultFalse)If true, save a placeholder background with NaNs in all bins (but the right geometry) when there are no pixels to compute a background from.
If true, only save the background models.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- coaddName#
Name of coadd (
str, default'deep')
- connections: pexConfig.ConfigField#
Field which refers to a dynamically added configuration class which is based on a PipelineTaskConnections class.
- detection#
Source detection (
ConfigurableInstance, default<class 'lsst.meas.algorithms.dynamicDetection.DynamicDetectionConfig'>)
- doScaleVariance#
Scale variance plane using empirical noise? (
bool, defaultTrue)
- forceExactBinning#
Check that the background bin size evenly divides the patch inner region, and crop the outer region to an integer number of bins. (
bool, defaultFalse)
- hasFakes#
Should be set to True if fake sources have been inserted into the input data. (
bool, defaultFalse)
- idGenerator#
Configuration for how to generate catalog IDs from data IDs. (
SkyMapIdGeneratorConfig, default<class 'lsst.meas.base._id_generator.SkyMapIdGeneratorConfig'>)
- saveLogOutput#
Flag to enable/disable saving of log output for a task, enabled by default. (
bool, defaultTrue)
- scaleVariance#
Variance rescaling (
ConfigurableInstance, default<class 'lsst.meas.algorithms.scaleVariance.ScaleVarianceConfig'>)
- useCellCoadds#
Whether to use cell coadds? (
bool, defaultFalse)
- writeEmptyBackgrounds#
If true, save a placeholder background with NaNs in all bins (but the right geometry) when there are no pixels to compute a background from. This can be useful if a later task combines backgrounds from multiple patches as input. (
bool, defaultTrue)
- writeOnlyBackgrounds#
If true, only save the background models. (
bool, defaultFalse)
Methods Documentation