-
Notifications
You must be signed in to change notification settings - Fork 201
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
Autopicking dies because of huge figure of merit values #700
Comments
You shouldn't do this. Instead, specify the
Did you specify the right pixel size and diameter? Weird FigureOfMerit suggests normalization is completely off. |
Hi biochem-fan, thank you for the swift reply
The same job with the non-rescaled reference (which then have 2*0.834 A/pix and a size of 180 pixels looked like this:
but showed similarily crazy figure of merit values.
and for one of my micrographs it is
So the pixel sizes I provided as |
Where did particles in Class2D come from? Is it from RELION's extract job? |
Yes, they were extracted using relion with this command:
Interestingly I have noticed (by pure chance) that running the autopicker without On a colleagues machine, the same command does also work with |
I have downgraded my cuda version to 10.1, recompiled relion and it works now. Sorry for the trouble. |
Describe your problem
I have extracted particles from my micrographs and downsampled them to twice the pixel size of the micrographs. Then:
This job picks particle coordinates, but then dies upon writing out the logfile.pdf. Upon closer inspection, I noticed that the figure of merit values are crazily large (see .star extract on the bottom), which kills the generation of axis ticks during logfile creation and has me question the reliability of the pick. This does not really change when leaving out step 2 and I am out of ideas why it would occur. I would be grateful for any ideas/hints what might be going wrong
Environment:
Dataset:
Job options:
Error message:
Note: This error is only secondary. It is caused by line 737 in src/CPlot2D.cpp which tries to write out 1e38 (or similarily large values) into a char[] of size 20. the root cause is that the figure of merit values are going crazy (excerpt of one _autopick.star below):
The text was updated successfully, but these errors were encountered: