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
CpFringeTask
(**kwargs) Combine pre-processed fringe frames into a proposed master calibration
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the CpFringeTask
API reference for complete details.
Retargetable subtasks¶
detection¶
- Default
- Field type
Detection configuration
stats¶
- Default
lsst.cp.pipe.cpCombine.CalibStatsTask
- Field type
Statistics task to use.
subtractBackground¶
Background configuration
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.CpFringeTaskConfigConnections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
detectSigma¶
Detection psf gaussian sigma.
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.