SnapCombineTask¶
Python API summary¶
from lsst.pipe.tasks.snapCombine import SnapCombineTask
- 
classSnapCombineTask
- ! \anchor SnapCombineTask_ - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- Combine two snaps - ...
See also
See the SnapCombineTask API reference for complete details.
Retargetable subtasks¶
Configuration fields¶
averageKeys¶
- Default
- None
- Field type
- str- ListField(optional)
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¶
- Default
- ('DETECTED',)
- Field type
- str- ListField
Mask planes that, if set, the associated pixels are not included in the combined exposure; DETECTED excludes cosmic rays
doMeasurement¶
- Default
- True
- Field type
- bool- Field
Measure difference sources (ignored if doDiffIm false)
doPsfMatch¶
- Default
- True
- Field type
- bool- Field
Perform PSF matching for difference imaging (ignored if doDiffIm false)