IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 4:05:29 PM (20 years ago)
Author:
eugene
Message:

fixed line, added cumulative histogram

File:
1 edited

Legend:

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

    r10073 r10307  
    1313int contour          PROTO((int, char **));
    1414int create           PROTO((int, char **));
     15int cumulative       PROTO((int, char **));
    1516int cursor           PROTO((int, char **));
    1617int cut              PROTO((int, char **));
     
    124125  {"contour",      contour,          "create contour from image"},
    125126  {"create",       create,           "create a new vector"},
     127  {"cumulative",   cumulative,       "build a cumulative histogram from a specific histogram"},
    126128  {"cursor",       cursor,           "get coords from cursor"},
    127129  {"cut",          cut,              "extract a cut across an image"},
Note: See TracChangeset for help on using the changeset viewer.