IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2008, 12:57:48 PM (19 years ago)
Author:
eugene
Message:

cleanups for gaussj, fft; update tests

File:
1 edited

Legend:

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

    r16107 r16117  
    2626int erase            PROTO((int, char **));
    2727int extract          PROTO((int, char **));
    28 int fft1dold         PROTO((int, char **));
    2928int fft1d            PROTO((int, char **));
    3029int fft2d            PROTO((int, char **));
    31 int fft2dold         PROTO((int, char **));
    3230int fit2d            PROTO((int, char **));
    3331int fit              PROTO((int, char **));
     
    147145  {"erase",        erase,            "erase objects on an overlay"},
    148146  {"extract",      extract,          "extract a portion of a buffer into another buffer"},
    149   {"fft1dold",     fft1dold,         "fft on the pixel-stream in an image"},
    150147  {"fft1d",        fft1d,            "fft on the pixel-stream in an image"},
    151148  {"fft2d",        fft2d,            "fft on an image"},
    152   {"fft2dold",     fft2dold,         "fft on an image"},
    153149  {"fit",          fit,              "fit polynomial to vector pair"},
    154150  {"fit2d",        fit2d,            "fit 2-d polynomial to vector triplet"},
Note: See TracChangeset for help on using the changeset viewer.