Q: How do I go about doing CTF correction in EMAN1

A: Much of this is described in the 4 step tutorial interface, but the description here is more up to date.

CTF correction in EMAN1, is, unfortunately, a somewhat time-consuming process. This has been massively simplified in EMAN2, but as EMAN2 still remains 'experimental' you may wish to stick with EMAN1 for a while longer for serious refinement work. It is a VERY good idea to make sure you are using a current snapshot version of EMAN1, rather than 1.8. There are 3 steps for optimally performing CTF correction in EMAN1:

1. Determine a 1-D Structure Factor from 3-5 of your images

2. Use fitctf to fit all of your particle stacks automatically

and for older/LAB6 scopes it may be as high as ~1000. Note that these are 2 different conventions for B-factor, EMAN1 B-factors are multiplied by 4 to compare with the MRC convention.

3. Go back and manually check your results

Now you can continue with processing. Typically:

mkdir refine cd refine lstcat.py start.hed ../*.fix.hed lstfast.py start.hed cp start.hed start.img (make threed.0a.mrc) refine …

Note that the above commands create a start.hed/img file which is not really in imagic format. Rather it's a text file linking to the *fix.hed particles you created, so it's very important that you not rename or remove those files. EMAN1 will treat these text files as if they were real image files.