-
Notifications
You must be signed in to change notification settings - Fork 52
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
Convert zernike parameters #94
base: master
Are you sure you want to change the base?
Convert zernike parameters #94
Conversation
Merge Genevieve's PR into new branch.
- Precompute 2*pi, pi/2, wl**2, wl**3, 2*angast - assert kV is available (and therefore wl) - Cs in A for Z(0,4)
- Also some additional corrections
I've been given some example data I've been told I can share here. You can download the files from here. They include:
I generated the pyem .star file like this:
|
I've also been taking a look at the output of the first particle. It says that particle was from optics group 2, so I'm comparing those values to the ones from the optics group table in line 2. I'm not expecting to see the values match exactly, but in some cases I see values that differ by several orders of magnitude which does indicate a problem. _rlnBeamTiltX
_rlnBeamTiltY
_rlnOddZernike
_rlnEvenZernike
|
Continuing work from #87
I've done some testing with files from our lab, and it looks like there are some changes needed to make the output here march an equivalent output created in Relion.
Summarizing what I've found:
This PR was created from a straight copy of @asarnow's
convert_zernike
branch, which builds on top of #87. I haven't made any changes to my copy of branch just yet. I've opened the pull request like this so that both of us could make changes to the same branch (because I can't push to Daniel'sconvert_zernike
branch but he can push to this one).