HOME GUIDE OPERATIONS DOCS FAQ TECHNIQUES FORMATS INSTALL NEW TIPS WEB LINKS WADSWORTH

Fourier formats for mixed radix disk format


IFORM
IMAGE/VOLUME ODD NSAM EVEN NSAM
2D -11 -12
3D -21 -22

Fourier files have NSAM changed depending on NSAM of the corresponding real file. For odd NSAM of a real file, the Fourier file will have record length NNNN=NSAM+1, for even NSAM of a real file, the Fourier file will have record length NNNN=NSAM+2. Thus, the record length of a Fourier file, both 2D and 3D is even.

The Fourier coefficients are written in in such a way that element (KX=0,KY=0,KZ=0) is in location (1,1,1).

First record contains Fourier coefficients:

    Location in file:          KX KY KZ
    1,1,1                 Re(  0  0  0)
    2,1,1                 Im(  0  0  0)
    3,1,1                 Re(  1  0  0)
    4,1,1                 Im(  1  0  0)
    .
    .
    NNNN-1,1,1            Re(NNNN/2  0  0)
    NNNN,1,1              Im(NNNN/2  0  0)

Record LY, LZ contains Fourier coefficients:

     Location in file:          KX   KY   KZ
      1,LY,LZ               Re(  0  LY-1 LZ-1)
      2,LY,LZ               Im(  0  LY-1 LZ-1)
      3,LY,LZ               Re(  1  LY-1 LZ-1)
      4,LY,LZ               Im(  1  LY-1 LZ-1)
      .
      .
      NNNN-1,LY,LZ          Re(NNNN/2  LY-1 L-1Z)
      NNNN,LY,LZ            Im(NNNN/2  LY-1 LZ-1)

Important: if KY>NROW/2+1 the corresponding frequency becomes LY=KY-1-NROW, if KZ>NSLICE/2+1 the corresponding frequency becomes LZ=KZ-1-NSLICE.

08/28/96 PP


© Copyright Notice /       Enquiries: spider@wadsworth.org

BACK TO SPIDER BACK TO WADSWORTH