CpDarkTask¶
CpDarkTask
preprocesses exposures after IsrTask
and before the final dark combination.
Processing summary¶
CpDarkTask
runs these operations:
- Identifies and masks cosmic rays.
- Optionally grows the cosmic ray masks to ensure they do not bleed through into the final combination.
Python API summary¶
from lsst.cp.pipe.cpDarkTask import CpDarkTask
-
class
(**kwargs)CpDarkTask
Combine pre-processed dark frames into a proposed master calibration
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the CpDarkTask
API reference for complete details.
Retargetable 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.