CpSkyScaleMeasureTask¶
CpSkyScaleMeasureTask
merges the lsst.pipe.tasks.background.FocalPlaneBackground
models generated per-detector into a single full-focal plane model.
Processing summary¶
CpSkyScaleMeasureTask
runs these operations:
- Merges per-detector models together.
- Measures the median of the model statistics image to determine the per-exposure scale factor.
Python API summary¶
from lsst.cp.pipe.cpSkyTask import CpSkyScaleMeasureTask
-
class
(*, config: Optional[PipelineTaskConfig] = None, log: Optional[Union[logging.Logger, LsstLogAdapter]] = None, initInputs: Optional[Dict[str, Any]] = None, **kwargs)CpSkyScaleMeasureTask
Measure per-exposure scale factors and merge focal plane backgrounds
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the CpSkyScaleMeasureTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
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.