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
CpDarkTask
(**kwargs) Combine pre-processed dark frames into a proposed master calibration
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the CpDarkTask
API reference for complete details.
Retargetable subtasks¶
repair¶
- Default
- Field type
Repair task to use.
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.CpDarkTaskConfigConnections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
crGrow¶
Grow radius for CR (pixels).
psfFwhm¶
Repair PSF FWHM (pixels).
psfSize¶
Repair PSF size (pixels).
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default. Deprecated: This field is deprecated and will be removed after v26.