CpFringeTask¶
CpFringeTask
preprocesses the input exposures to prepare them for combination into a master fringe calibration.
Processing summary¶
CpFringeTask
runs these operations:
- Divides the input exposure by the measured background level, normalizing the image sky to 1.0.
- Finds all sources above the masking threshold, and masks them
Python API summary¶
from lsst.cp.pipe.cpFringeTask import CpFringeTask
-
class
(**kwargs)CpFringeTask
Combine pre-processed fringe frames into a proposed master calibration
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the CpFringeTask
API reference for complete details.
Retargetable subtasks¶
detection¶
- Default
lsst.meas.algorithms.detection.SourceDetectionTask
- Field type
ConfigurableField
Detection configuration
stats¶
- Default
lsst.cp.pipe.cpCombine.CalibStatsTask
- Field type
ConfigurableField
Statistics task to use.
subtractBackground¶
- Default
lsst.meas.algorithms.subtractBackground.SubtractBackgroundTask
- Field type
ConfigurableField
Background configuration
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.