MaskStreaksTask¶
Python API summary¶
from lsst.pipe.tasks.maskStreaks import MaskStreaksTask
-
class
(config=None, name=None, parentTask=None, log=None)MaskStreaksTask
Find streaks or other straight lines in image data
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(maskedImage)run
Find and mask streaks in a masked image
...
See also
See the MaskStreaksTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
absMinimumKernelHeight¶
Minimum absolute height of the streak-finding kernel
clusterMinimumDeviation¶
Allowed deviation (in pixels) from a straight line for a detected line
dChi2Tolerance¶
Absolute difference in Chi2 between iterations of line profilefitting that is acceptable for convergence
detectedMaskPlane¶
Name of mask with pixels above detection threshold, used for firstestimate of streak locations
footprintThreshold¶
Threshold at which to determine edge of line, in units of the lineprofile maximum
invSigma¶
Inverse of the Moffat sigma parameter (in units of pixels)describing the profile of the streak
minimumKernelHeight¶
Minimum height of the streak-finding kernel relative to the tallest kernel
nSigma¶
Number of sigmas from center of kernel to include in voting procedure
rhoBinSize¶
Binsize in pixels for position parameter rho when finding clusters of detected lines