-
Notifications
You must be signed in to change notification settings - Fork 2
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
add 3D ctf correction by IMOD #298
Comments
Here is a quick how-to generate 3D CTF reconstructions with IMOD. It essentially assumes that all files needed for 2D CTF correction are already present. First, the following files need to be available to start with:
Now run the following commands: # Go into IMOD reconstruction directory:
cd /my/etomo/directory/
# Generate all necessary .com files for slabs with thickness of 12 nm:
ctf3dsetup -thick 12 -parallel tilt
# Now run 6 parallel jobs on 1 GPU:
processchunks -G localhost:1:1:1:1:1:1 ctf3d
# Finally we need to rotate the reconstruction to be in the conventional orientation:
clip rotx tomo_3dctf_full.rec tomo_3dctf.rec
# And cleanup the mess
rm *.rec~ *.ali~ For more detail please consult the official Tomography guide from IMOD. |
I agree with this idea. the CTF3D would be a useful protocol |
If I may add: support for odd/even stacks in this protocol would be amazing! |
suggested by @rdrighetto
The text was updated successfully, but these errors were encountered: