SnapCombineTask¶
Python API summary¶
from lsst.pipe.tasks.snapCombine import SnapCombineTask
-
class
SnapCombineTask
(*args, **kwargs) ! \anchor SnapCombineTask_
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(snap0, snap1, defects=None) Combine two snaps
...
See also
See the SnapCombineTask
API reference for complete details.
Retargetable subtasks¶
detection¶
- Default
- Field type
diffim¶
- Default
lsst.ip.diffim.snapPsfMatch.SnapPsfMatchTask
- Field type
measurement¶
- Default
- Field type
repair¶
- Default
- Field type
Configuration fields¶
averageKeys¶
List of float metadata keys to average when combining snaps, e.g. float positions and dates; non-float data must be handled by overriding the fixMetadata method
badMaskPlanes¶
Mask planes that, if set, the associated pixels are not included in the combined exposure; DETECTED excludes cosmic rays
doDiffIm¶
Perform difference imaging before combining
doMeasurement¶
Measure difference sources (ignored if doDiffIm false)
doPsfMatch¶
Perform PSF matching for difference imaging (ignored if doDiffIm false)
doRepair¶
Repair images (CR reject and interpolate) before combining
initialPsf¶
- Data type
- Field type
repairPsfFwhm¶
Psf FWHM (pixels) used to detect CRs
sumKeys¶
List of float or int metadata keys to sum when combining snaps, e.g. exposure time; non-float, non-int data must be handled by overriding the fixMetadata method