FindGlintTrailsConfig#

class lsst.meas.algorithms.FindGlintTrailsConfig(*args, **kw)#

Bases: Config

Attributes Summary

bad_flags

Do not fit sources that have these flags set.

min_points

Minimum number of points to be considered a possible glint trail.

radius

Radius to search for glint trail candidates from each source (pixels).

seed

Random seed for RANSAC fitter, to ensure stable fitting.

threshold

Maximum root mean squared deviation from a straight line (pixels).

Attributes Documentation

bad_flags#

Do not fit sources that have these flags set. (List, default ['ip_diffim_DipoleFit_classification', 'is_negative'])

min_points#

Minimum number of points to be considered a possible glint trail. (int, default 5)

radius#

Radius to search for glint trail candidates from each source (pixels). (float, default 500)

seed#

Random seed for RANSAC fitter, to ensure stable fitting. (int, default 42)

threshold#

Maximum root mean squared deviation from a straight line (pixels). (float, default 15.0)