FindGlintTrailsConfig#
- class lsst.meas.algorithms.FindGlintTrailsConfig(*args, **kw)#
Bases:
ConfigAttributes Summary
Do not fit sources that have these flags set.
Minimum number of points to be considered a possible glint trail.
Radius to search for glint trail candidates from each source (pixels).
Random seed for RANSAC fitter, to ensure stable fitting.
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, default5)
- radius#
Radius to search for glint trail candidates from each source (pixels). (
float, default500)
- seed#
Random seed for RANSAC fitter, to ensure stable fitting. (
int, default42)
- threshold#
Maximum root mean squared deviation from a straight line (pixels). (
float, default15.0)