We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@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
The text was updated successfully, but these errors were encountered: