DetectCoaddSourcesTask¶
Python API summary¶
from lsst.pipe.tasks.multiBand import DetectCoaddSourcesTask
- 
classDetectCoaddSourcesTask(schema=None, **kwargs)
- Detect sources on a single filter coadd - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the DetectCoaddSourcesTask API reference for complete details.
Retargetable subtasks¶
detection¶
Source detection
scaleVariance¶
- Default
- lsst.meas.algorithms.scaleVariance.ScaleVarianceTask
- Field type
Variance rescaling
Configuration fields¶
coaddName¶
Name of coadd
connections¶
- Data type
- lsst.pipe.base.config.DetectCoaddSourcesConfigConnections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
doScaleVariance¶
Scale variance plane using empirical noise?
hasFakes¶
Should be set to True if fake sources have been inserted into the input data.
idGenerator¶
- Data type
- lsst.meas.base._id_generator.SkyMapIdGeneratorConfig
- Field type
Configuration for how to generate catalog IDs from data IDs.
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.