CpSkyCombineTask¶
CpSkyCombineTask
averages the per-exposure background models into a final SKY calibration.
Processing summary¶
CpSkyCombineTask
runs these operations:
- Average input backgrounds with
SkyMeasurementTask
. - Combine input headers for the output calibration.
Python API summary¶
from lsst.cp.pipe.cpSkyTask import CpSkyCombineTask
-
class
(**kwargs)CpSkyCombineTask
Merge per-exposure measurements into a detector level calibration
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(inputBkgs, inputExpHandles)run
Merge per-exposure measurements into a detector level calibration
...
See also
See the CpSkyCombineTask
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.