IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2008, 1:10:16 PM (19 years ago)
Author:
eugene
Message:

working on the fft function

File:
1 edited

Legend:

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

    r16013 r16099  
    2626int erase            PROTO((int, char **));
    2727int extract          PROTO((int, char **));
     28int fft1dold         PROTO((int, char **));
    2829int fft1d            PROTO((int, char **));
    2930int fft2d            PROTO((int, char **));
     
    145146  {"erase",        erase,            "erase objects on an overlay"},
    146147  {"extract",      extract,          "extract a portion of a buffer into another buffer"},
     148  {"fft1dold",     fft1dold,         "fft on the pixel-stream in an image"},
    147149  {"fft1d",        fft1d,            "fft on the pixel-stream in an image"},
    148150  {"fft2d",        fft2d,            "fft on an image"},
Note: See TracChangeset for help on using the changeset viewer.