IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 8:53:38 AM (22 years ago)
Author:
eugene
Message:

added object measurement functions

File:
1 edited

Legend:

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

    r2827 r3030  
    22
    33int findpeaks       PROTO((int, char **));
     4int fitcontour      PROTO((int, char **));
     5int starcontour     PROTO((int, char **));
    46int rawstars        PROTO((int, char **));
    57
    68static Command cmds[] = { 
    79  {"findpeaks",   findpeaks,    "find image peaks"},
     10  {"fitcontour",  fitcontour,   "fit ellipse contour"},
     11  {"starcontour", starcontour,  "object contour"},
    812  {"rawstars",    rawstars,     "find raw star stats"},
    913};
Note: See TracChangeset for help on using the changeset viewer.