Name
ctf_2 - create a list with 1D `CTF^2` values.
Usage
ctf2 = ctf_2(nx, pixel_size, defocus, voltage, cs, amp_contrast, b_factor)
Input
- nx
- image size to which CTF will be applied.
- Pixel_size
pixel size in `Å`.
- dz
defocus in `Å`.
- volt
- microscope voltage in kV (default 300 kV).
- cs
- Spherical aberration constant in mm. (Default 2.0)
- wgh
- Amplitude contrast ratio, a unitless number in range of (0,1). (Default 0.1)
- b_factor
B-factor defining exponential decay of Fourier amplitudes decay with unit 1/`Å^2`. (Default 0.0, i.e., no decay) (See filt_ctf for definition).
Output
- ctf2
a list of `CTF^2` values.
Description
1. See filt_ctf to get more information about `CTF`
2. See ali2d_w to get more information about Wiener Filter
Method
Reference
Author / Maintainer
- Zhong Huang
Keywords
- category 1
- MORPHOLOGY
Files
utilities.py
See also
ctf_1d, ctf_img, ali2d_w, ali2d_w_mf, filt_ctf
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.
