Name
add_series - calculate average and variance images of a subset of images stored in a disk stack file
Usage
ave, var = add_series( stack, [first, last] )
Input
- stack
- name of the disk stack file
- first
- (optional) first image in the stack file
- last
- (optional) last image in the stack file
Output
- ave
- average image file
- var
- variance image file
Description
A pixel-by-pixel average and variance image files of images stored in a disk is calculated. Optionally, only images from first to last are included in the calculation.
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
Files
utilities.py
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.