Name
sxgenbuf - generate disk buffer for resampling
TO BE WRITTEN
Usage
Usage in command lines:
sxbootstrap_genbuf.py prj_stack buf_prefix --CTF
Usage in python programming:
bootstrap_genbuf(prj_stack, buf_prefix, npad, verbose, CTF=False)
Input
- prj_stack
- projection stack file
Output
- buf_prefix
- the prefix for the buffer file. Two files will be generated: buf_prefix.bin and buf_prefix.txt. The size of the buf_prefix.bin is approximately 4 times the of size of projection stack.
Options
- CTF
- use CTF information
Description
This is second step in bootstrap variance calculations
Method
This command has only single processor version.
Reference
Author / Maintainer
Wei Zhang
Keywords
- category 1
- APPLICATIONS
Files
applications.py, sxbootstrap_bigdisk.py
See also
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.