Changeset 38234 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- May 6, 2015, 6:15:15 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r38062 r38234 82 82 int mget PROTO((int, char **)); 83 83 int mget3d PROTO((int, char **)); 84 int mslice PROTO((int, char **)); 84 85 int minterp PROTO((int, char **)); 85 86 int medimage_command PROTO((int, char **)); … … 248 249 {1, "mget", mget, "extract a vector from an image"}, 249 250 {1, "mget3d", mget3d, "extract a vector from a 3D image"}, 251 {1, "mslice", mslice, "extract an image plane from a 3D image"}, 250 252 {1, "imget", mget, "extract a vector from an image"}, 251 253 {1, "minterp", minterp, "interpolate image pixels"},
Note:
See TracChangeset
for help on using the changeset viewer.
