DetectCoaddSourcesTask¶
Python API summary¶
from lsst.pipe.tasks.multiBand import DetectCoaddSourcesTask
-
class
(schema=None, **kwargs)DetectCoaddSourcesTask
Detect sources on a single filter coadd
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the DetectCoaddSourcesTask
API reference for complete details.
Retargetable subtasks¶
detection¶
- Default
lsst.meas.algorithms.dynamicDetection.DynamicDetectionTask
- Field type
ConfigurableField
Source detection
insertFakes¶
- Default
lsst.pipe.tasks.fakes.BaseFakeSourcesTask
- Field type
ConfigurableField
Injection of fake sources for testing purposes (must be retargeted) Deprecated: insertFakes is no longer supported. This config will be removed after v24.
scaleVariance¶
- Default
lsst.meas.algorithms.scaleVariance.ScaleVarianceTask
- Field type
ConfigurableField
Variance rescaling
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes
doInsertFakes¶
Run fake sources injection task Deprecated: doInsertFakes is no longer supported. This config will be removed after v24.
hasFakes¶
Should be set to True if fake sources have been inserted into the input data.
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.