-
Notifications
You must be signed in to change notification settings - Fork 205
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
corrected_micrographs.star file entry 4, 5 and 6. #644
Comments
The trajectory is read from the standard output of UCSF MotionCor2, which is redirected to Then shifts are integrated before/after 4e/A2 (or the value specified in |
Ok Thanks, for the In the .out for the Full-frame alignment shift I get the following Full-frame alignment shift Sorry, but how do you get 36.612271 8.740798 27.871472 ? Frederic. |
Shift from frame 1 to 0 is sqrt((2.660 - 0.000)^ 2 + (-4.750 - 0.000)^2), Add these shifts until 4 e/A2. That is Early. Add the others to get Late. Add both to get Total. |
I can see how the file: is constructed. If I understand this correctly: shift 0 [1--->0]= sqrt((2.660 - 0.000)^ 2 + (-4.750 - 0.000)^2) = 5,444088537 Sum_{i=0}^{50} (s_i) = Total But I do not understand exactly what you mean numerically but understand what you roughly mean. |
If this is 1e/A2/frame, shift 0 to 4 becomes early motion. Shift 4 to the end becomes late motion. |
Hi,
I have a question about the following relion keys:
_rlnAccumMotionTotal #4
_rlnAccumMotionEarly #5
_rlnAccumMotionLate #6
After the motion corr has been calculated using MotionCor2_v1.3.1-Cuda102 within Relion-3.1.0, in the corrected_micrographs.star star file we get entries such as:
MotionCorr/job016/Micrographs/FoilHole_18180471_Data_18181927_18181929_20200618_233150_fractions.mrc MotionCorr/job016/Micrographs/FoilHole_18180471_Data_18181927_18181929_20200618_233150_fractions.star 1 36.612271 8.74079
8 27.871472
for example.
which corresponds to
_rlnMicrographName #1
_rlnMicrographMetadata #2
_rlnOpticsGroup #3
_rlnAccumMotionTotal #4
_rlnAccumMotionEarly #5
_rlnAccumMotionLate #6
About #4, 5 and 6. Are these calculated inside relion following a parsing of the MotionCor2_v1.3.1-Cuda102 or a straight parsing?
If a straight parsing which file is being parsed?
If calculated within relion how are these calculated and from which input data log file coming from MotionCor2_v1.3.1-Cuda102?
Frederic.
The text was updated successfully, but these errors were encountered: