IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2015, 6:15:15 AM (11 years ago)
Author:
eugene
Message:

add mslice

File:
1 edited

Legend:

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

    r38062 r38234  
    8282int mget             PROTO((int, char **));
    8383int mget3d           PROTO((int, char **));
     84int mslice           PROTO((int, char **));
    8485int minterp          PROTO((int, char **));
    8586int medimage_command PROTO((int, char **));
     
    248249  {1, "mget",         mget,             "extract a vector from an image"},
    249250  {1, "mget3d",       mget3d,           "extract a vector from a 3D image"},
     251  {1, "mslice",       mslice,           "extract an image plane from a 3D image"},
    250252  {1, "imget",        mget,             "extract a vector from an image"},
    251253  {1, "minterp",      minterp,          "interpolate image pixels"},
Note: See TracChangeset for help on using the changeset viewer.