CTF determination from image stack

I'm trying to figure out whether CTFFIND3 is able to estimate the CTF for a stack of images rather than for a single large image. After looking through the paper on CTFFIND3 and the Fortran code, my conclusion is that the program will not use a stack of images. Is this correct? Do you have a program that will use a stack of images to estimate CTF?

You are correct. However, you could montage all your images into one big image, then use CTFFIND3 with a box size that is the same as that of your original particle images. CTFFIND3 will then re-box all the original images and perform a CTF fit.

In reply to by donghua

Hello Dong-Hua,

If your goal is to estimate the CTF from a stack of images (for example, frames of a movie), you could simply use ctffind4, which accepts stacks as input.

Otherwise, I'm not sure what the easiest way to montage images is, but I would begin by looking at IMOD, EMAN2 etc to see if there is a program for this purpose.

Alexis