Skip to content

New method for curvature detector #22

@mpmdean

Description

@mpmdean

@jqlin92 has a suggestion for new method for curvature determination that I think is very good

for each column in the image pick the maximum value
retain values within a certain percentile range to reject noise and cosmic rays
than pass the values to
https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
which provides a fit that is stable against outliers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions