Name
ctf_2 - create a list with 1D `CTF^2` values.
Usage
ctf2 = ctf_2(nx, ctf)
Input
- nx
- image size to which CTF will be applied.
- ctf
ctf object created using generate_ctf
Output
- ctf2
a list of `CTF^2` values.
Description
1. See CTF_info to get more information about `CTF`
Method
Reference
Author / Maintainer
- Zhong Huang
Keywords
- category 1
- MORPHOLOGY
Files
morphology.py
See also
generate_ctf,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.