Changeset 29540 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Oct 25, 2010, 12:50:29 PM (16 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
r29001 r29540 91 91 int rebin PROTO((int, char **)); 92 92 int resize PROTO((int, char **)); 93 int reindex PROTO((int, char **)); 93 94 int relocate PROTO((int, char **)); 94 95 int roll PROTO((int, char **)); … … 232 233 {1, "read", read_vectors, "read vectors from datafile"}, 233 234 {1, "rebin", rebin, "rebin image data by factor of N"}, 235 {1, "reindex", reindex, "create new vector from old vector based on index vector"}, 234 236 {1, "resize", resize, "set graphics/image window size"}, 235 237 {1, "relocate", relocate, "set graphics/image window position"},
Note:
See TracChangeset
for help on using the changeset viewer.
