CpSkySubtractBackgroundTask¶
CpSkySubtractBackgroundTask
subtracts the scaled full-focal plane model created by CpSkyScaleMeasureTask
from the per-detector images created by CpSkyImageTask
.
Processing summary¶
CpSkySubtractBackgroundTask
runs these operations:
- Subtract the scaled focal-plane model from the per-detector image.
- Remeasure the residual background.
Python API summary¶
from lsst.cp.pipe.cpSkyTask import CpSkySubtractBackgroundTask
-
class
(**kwargs)CpSkySubtractBackgroundTask
Subtract per-exposure background from individual detector masked images
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(inputExp, inputBkg, inputScale)run
Subtract per-exposure background from individual detector masked images
...
See also
See the CpSkySubtractBackgroundTask
API reference for complete details.
Retargetable subtasks¶
sky¶
- Default
lsst.pipe.tasks.background.SkyMeasurementTask
- Field type
ConfigurableField
Sky measurement
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
ConfigField
Configurations describing the connections of the PipelineTask to datatypes
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.