Skip to content

DeconvoluteCTF

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

deconvoluteCTF

Purpose

This utility allows you to deconvolute the CTF of 2D-images. The method is based on a simple steepest-descent algorithm.

Usage


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 [int1000] = 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

Examples and notes

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

Clone this wiki locally