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

add 3D ctf correction by IMOD #298

Open
azazellochg opened this issue Sep 30, 2024 · 3 comments
Open

add 3D ctf correction by IMOD #298

azazellochg opened this issue Sep 30, 2024 · 3 comments

Comments

@azazellochg
Copy link
Member

suggested by @rdrighetto

@rdrighetto
Copy link
Collaborator

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:

  • the aligned tilt series (.ali stack): run subm newst.com if needed
  • the ctfcorrection.com file, which in turn expects the .defocus file to be available
  • the usual tilt.com file

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.

@Vilax
Copy link
Contributor

Vilax commented Oct 1, 2024

I agree with this idea. the CTF3D would be a useful protocol

@rdrighetto
Copy link
Collaborator

If I may add: support for odd/even stacks in this protocol would be amazing!

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

3 participants