SnapCombineTask¶
Python API summary¶
from lsst.pipe.tasks.snapCombine import SnapCombineTask
-
class
(*args, **kwargs)SnapCombineTask
! \anchor SnapCombineTask_
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(snap0, snap1, defects=None)run
Combine two snaps
...
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