IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2008, 11:25:11 AM (18 years ago)
Author:
eugene
Message:

adding grow function (mainly for test)

File:
1 edited

Legend:

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

    r13615 r16005  
    3535int grid             PROTO((int, char **));
    3636int gridify          PROTO((int, char **));
     37int grow             PROTO((int, char **));
    3738int ungridify        PROTO((int, char **));
    3839int histogram        PROTO((int, char **));
     
    151152  {"grid",         grid,             "plot cartesian grid"},
    152153  {"gridify",      gridify,          "convert vector triplet to buffer"},
     154  {"grow",         grow,             "grow a mask"},
    153155  {"ungridify",    ungridify,        "convert buffer region to vector triplet"},
    154156  {"header",       header,           "print buffer header"},
Note: See TracChangeset for help on using the changeset viewer.