IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2006, 5:26:07 PM (20 years ago)
Author:
eugene
Message:

added periodogram, tests, some minor bugs

File:
1 edited

Legend:

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

    r5850 r6642  
    5353int mset             PROTO((int, char **));
    5454int peak             PROTO((int, char **));
     55int periodogram      PROTO((int, char **));
    5556int plot             PROTO((int, char **));
    5657int dot              PROTO((int, char **));
     
    160161  {"mset",         mset,             "insert a vector in a matrix"},
    161162  {"peak",         peak,             "find vector peak in range"},
     163  {"periodogram",  periodogram,      "measure periods in unevenly sampled data"},
    162164  {"plot",         plot,             "plot a pair of vectors"},
    163165  {"dot",          dot,              "plot a single point"},
Note: See TracChangeset for help on using the changeset viewer.