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.cpSky import CpSkyScaleMeasureTask
-
class
CpSkyScaleMeasureTask(*, config=None, log=None, initInputs=None, **kwargs) Measure per-exposure scale factors and merge focal plane backgrounds
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run(inputBkgs, camera=None, inputDims=None) Merge focal plane backgrounds and measure the scale factor
...
See also
See the CpSkyScaleMeasureTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.CpSkyScaleMeasureConfigConnections- Field type
Configurations describing the connections of the PipelineTask to datatypes
includeAlternateBackground¶
Include an alternate focal plane background for detectors of a different physical type?
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.