Bsoft object

enum FourierType

Source:

include/Bimage.h

Description:

Fourier transform format specifier.

Features:

Transforms are classified according to where the origin is and whether
all or only the hermitian half is stored in a file.

Code:

enum FourierType {
NoTransform = 0, // No transform
Standard = 1, // Standard transform: origin = (0,0,0)
Centered = 2, // Centered transform: origin = (nx/2,ny/2,nz/2)
Hermitian = 3, // Hermitian half: origin = (0,0,0)
CentHerm = 4 // Centered hermitian: origin = (0,ny/2,nz/2)
} ;


Generated by bdoc.pl on Wed May 9 11:41:56 2012


Back to the Bsoft home