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

GSL simplex error when using high pixel size in EM2D #1014

Open
ichem001 opened this issue May 24, 2019 · 0 comments
Open

GSL simplex error when using high pixel size in EM2D #1014

ichem001 opened this issue May 24, 2019 · 0 comments
Assignees

Comments

@ichem001
Copy link
Contributor

There is an unexpected behavior in EM2D right now when fitting a model to an image.
The error shows up when the pixel size is fairly high (~2Å/pix).

The error message from GSL library is:
gsl: simplex.c:430: ERROR: nmsimplex_contract_by_best failed
Default GSL error handler invoked.

So far, I have tracked the error up to the function in the source code -
ProjectionFinder::get_complete_registration()
but not sure why it happens - might be from how python handles warning from gsl c++ code but that's just conjecture - will update if I get further in the next few days.

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