-
Notifications
You must be signed in to change notification settings - Fork 1
DeconvoluteCTF
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
This utility allows you to deconvolute the CTF of 2D-images. The method is based on a simple steepest-descent algorithm.
deconvoluteCTF -i ...
Parameters
-
`` Input file
-
`` CTF parameter file
-
`` If no output file is given, then the input one is rewritten
-
`` Input selfile
-
`` CTF parameter file
-
`` If no output extension is given, then the input ones are rewritten
-
-iter [int
1000] = The number of iterations to be performed for each image. A higher number of iterations will results in better deconvoluted images, at the expense of more CPU
Deconvolute a bunch of images, performing many iterations:
$ statis -i g0ta.sel -oext corr -ctf my_ctf.param -iter 10000
--Main.AlfredoSolano - 17 Jan 2007