SnapCombineTask¶
Python API summary¶
from lsst.pipe.tasks.snapCombine import SnapCombineTask
-
class
(*args, **kwargs)SnapCombineTask
Combine two snaps into a single visit image
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the SnapCombineTask
API reference for complete details.
Retargetable subtasks¶
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
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