Name

sxpca - Principal Component Analysis of images

Usage

Usage in command lines:

sxpca.py input_stack output_stack [start end step] --nfile=number_of_input --rad=mask_radius --mask=maskfile --nvec=number_of_eigenvectors

Usage in python programming:

pca(input_stack, output_stack, rad=mask_radius, nvec=number_of_eigenvectors)

Input

input_stack
image stack file

Output

output_stack
the result of the PCA. saved as stack files

Options

start
the starting image for pca
end
the ending image for pca
step
step of images selected for pca.
nfile
number of input files: sxpca can be applied on a series of stack files (usually the result of the bootstrap calculation). If this is the case, nfile should be the number of bootstrap volume stack file
rad
radius for the mask
mask
stack file for the mask
nvec
number of components will be generated
verbose
verbose level(0:no verbose, 1: verbose) default is 0

Description

Method

Reference

Author / Maintainer

Chao Yang and Wei Zhang

Keywords

category 1
APPLICATIONS

Files

application.py, sxpca.py

See also

Maturity

stable
works for most people, has been tested; test cases/examples available.

Bugs

None. It is perfect.

sxpca (last edited 2008-07-22 21:28:28 by zweig)