-
Notifications
You must be signed in to change notification settings - Fork 1
Ctf_estimate_from_micrograph_v31
Estimate the CTF from a micrograph. The PSD of the micrograph is first estimated using periodogram averaging or ARMA models (See article). Then, the PSD is enhanced (See article). And finally, the CTF is fitted to the PSD, being guided by the enhanced PSD (See article).
See also Ctf_enhance_psd_v3
Parameters
--oroot <rootname
>
PSD estimation $--psd_estimator <method
periodogram> where <method> can be:
-
- $
--pieceDim <d
512> $--overlap <o
0.5> $--skipBorders <s
2> $--Nsubpiece <N
1> =: Each piece is further subdivided into NxN subpieces. This option is useful for small micrographs in which not many pieces of size pieceDim x pieceDim can be defined. Note that this is not the same as defining a smaller pieceDim. Defining a smaller pieceDim, would result in a small PSD, while subdividing the piece results in a large PSD, although smoother. $--mode <mode
micrograph> where <mode> can be:
CTF fit $``: Do not fit a CTF to PSDs
ARMA models $--N_AR <N
24> $--M_AR <N
24> $--N_MA <N
20> $--M_MA <N
20>
Downsampling $--downSamplingPerformed <F
1>
CTF fit: Optimization constraints $--min_freq <fmin
0.03> $--max_freq <fmax
0.35> $--fastDefocus <lambda
2> <size=10> $--defocus_range <D
8000> $: Show optimization process $
: By default, noise is astigmatic $--enhance_weight <w
1> $--model_simplification <s
0> $--bootstrapFit <N
-1>
CTF fit: Output CTF models $--ctfmodelSize <size
256>
PSD enhancement $: Bandpass cutoff. Normalized to 0.5 If fmax>0.35, f1 default=0.01 If fmax<0.35, f1 default=0.02 $
: Bandpass cutoff. Normalized to 0.5. If fmax>0.35, f2 default=0.08 If fmax<0.35, f2 default=0.15
CTF description $: ctfparam file Parameters from this file are overriden by the parameters in the command line $
: Angstroms/pixel. Ex: 1.4 This parameter is compulsory if a CTF is needed. $: Accelerating voltage (kV). Ex: 200 This parameter is compulsory if a CTF is needed. $
: Milimiters. Ex: 5.6 This parameter is compulsory if a CTF is needed. $: Defocus in Angstroms (Ex: 2000) $
: If astigmatic $--azimuthal_angle <ang
0> $--chromatic_aberration <Ca
0> $--energy_loss <espr
0> $--lens_stability <ispr
0> $--convergence_cone <alpha
0> $--longitudinal_displace <DeltaF
0> $--transversal_displace <DeltaR
0> $--Q0 <Q0
0> $--K <K
1>
Estimate PSD
xmipp_ctf_estimate_from_micrograph --micrograph micrograph.mrc --dont_estimate_ctfEstimate a single CTF for the whole micrograph
xmipp_ctf_estimate_from_micrograph --micrograph micrograph.mrc --sampling_rate 1.4 --voltage 200 --spherical_aberration 2.5Estimate a single CTF for the whole micrograph providing a starting point for the defocus
xmipp_ctf_estimate_from_micrograph --micrograph micrograph.mrc --sampling_rate 1.4 --voltage 200 --spherical_aberration 2.5 --defocusU -15000Estimate a CTF per region
xmipp_ctf_estimate_from_micrograph --micrograph micrograph.mrc --mode regions micrograph.pos --sampling_rate 1.4 --voltage 200 --spherical_aberration 2.5 --defocusU -15000Estimate a CTF per particle
xmipp_ctf_estimate_from_micrograph --micrograph micrograph.mrc --mode particles micrograph.pos --sampling_rate 1.4 --voltage 200 --spherical_aberration 2.5 --defocusU -15000