IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2008, 8:41:08 AM (19 years ago)
Author:
eugene
Message:

converting fft and fftn to code from Jones, with Magnier version of multi-dim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r16099 r16107  
    2929int fft1d            PROTO((int, char **));
    3030int fft2d            PROTO((int, char **));
     31int fft2dold         PROTO((int, char **));
    3132int fit2d            PROTO((int, char **));
    3233int fit              PROTO((int, char **));
     
    149150  {"fft1d",        fft1d,            "fft on the pixel-stream in an image"},
    150151  {"fft2d",        fft2d,            "fft on an image"},
     152  {"fft2dold",     fft2dold,         "fft on an image"},
    151153  {"fit",          fit,              "fit polynomial to vector pair"},
    152154  {"fit2d",        fit2d,            "fit 2-d polynomial to vector triplet"},
Note: See TracChangeset for help on using the changeset viewer.