IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2015, 5:32:17 AM (11 years ago)
Author:
eugene
Message:

add bisection func to libohana; add tycho correction code to setastrom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150419/Ohana/src/opihi/cmd.data/init.c

    r38062 r38282  
    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 **));
     
    8989int plot             PROTO((int, char **));
    9090int dot              PROTO((int, char **));
     91int parity           PROTO((int, char **));
    9192int point            PROTO((int, char **));
    9293int ps               PROTO((int, char **));
     
    175176  {1, "applyfit2d",   applyfit2d,       "apply 2-d fit to new vector"},
    176177  {1, "applyfit3d",   applyfit3d,       "apply 3-d fit to new vector"},
     178  {1, "bisection",    bisection,        "use bisection to find threshold in vector"},
    177179  {1, "book",         book_command,     "commands to manipulate book/page/word data"},
    178180  {1, "box",          box,              "draw a box on the plot"},
Note: See TracChangeset for help on using the changeset viewer.