Name
aves_w - Apply aligment parameters stored in the headers to 2D EM images, and calculate Wiener average (CTF and envelope correction)
Usage
wie = aves_w(stack, mode="a")
Input
- stack
- stack images in hdf format
- mode
- mode="a", apply alignment parameters before summation
- mode= else skip applying alignment parameters
- Note
- mode is optional.
Output
- wie
- Wiener average
Description
- This function serves as correcting either of CTF and B-factor form envelop function, or both of them.
- The output is free of CTF.
Method
Reference
Author / Maintainer
- Zhong Huang
Keywords
- category 1
- STATISTICS
Files
statistics.py
See also
References to relevant other routines.
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.