IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2015, 10:26:46 PM (11 years ago)
Author:
eugene
Message:

merge changes from EAM branch ipp-20150419

File:
1 edited

Legend:

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

    r38234 r38463  
    99int box              PROTO((int, char **));
    1010int book_command     PROTO((int, char **));
     11int bisection        PROTO((int, char **));
    1112int center           PROTO((int, char **));
    12 int parity           PROTO((int, char **));
    1313int cast             PROTO((int, char **));
    1414int circstats        PROTO((int, char **));
     
    9090int plot             PROTO((int, char **));
    9191int dot              PROTO((int, char **));
     92int parity           PROTO((int, char **));
    9293int point            PROTO((int, char **));
    9394int ps               PROTO((int, char **));
     
    176177  {1, "applyfit2d",   applyfit2d,       "apply 2-d fit to new vector"},
    177178  {1, "applyfit3d",   applyfit3d,       "apply 3-d fit to new vector"},
     179  {1, "bisection",    bisection,        "use bisection to find threshold in vector"},
    178180  {1, "book",         book_command,     "commands to manipulate book/page/word data"},
    179181  {1, "box",          box,              "draw a box on the plot"},
Note: See TracChangeset for help on using the changeset viewer.