Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New method for curvature detector #22

Open
mpmdean opened this issue Apr 11, 2019 · 0 comments
Open

New method for curvature detector #22

mpmdean opened this issue Apr 11, 2019 · 0 comments

Comments

@mpmdean
Copy link
Contributor

mpmdean commented Apr 11, 2019

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant