Changeset 25757 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Oct 2, 2009, 3:15:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r24219 r25757 85 85 int rebin PROTO((int, char **)); 86 86 int resize PROTO((int, char **)); 87 int relocate PROTO((int, char **)); 87 88 int roll PROTO((int, char **)); 88 89 int rotate PROTO((int, char **)); … … 110 111 int unsign PROTO((int, char **)); 111 112 int vbin PROTO((int, char **)); 113 int vgroup PROTO((int, char **)); 112 114 int vclip PROTO((int, char **)); 113 115 int vect_select PROTO((int, char **)); 114 116 int vgrid PROTO((int, char **)); 115 117 int vgauss PROTO((int, char **)); 118 int vellipse PROTO((int, char **)); 116 119 int vmaxwell PROTO((int, char **)); 117 120 int vload PROTO((int, char **)); … … 218 221 {1, "rebin", rebin, "rebin image data by factor of N"}, 219 222 {1, "resize", resize, "set graphics/image window size"}, 223 {1, "relocate", relocate, "set graphics/image window position"}, 220 224 {1, "roll", roll, "roll image to new start point"}, 221 225 {1, "rotate", rotate, "rotate image"}, … … 243 247 {1, "uniq", uniq, "create a uniq vector subset from a vector"}, 244 248 {1, "unsign", unsign, "toggle the UNSIGN status"}, 245 {1, "vbin", vbin, "rebin vector data by a fector of N"}, 249 {1, "vbin", vbin, "rebin vector data by a factor of N"}, 250 {1, "vgroup", vgroup, "group y vector into bins defined by x vector values"}, 246 251 {1, "vclip", vclip, "clip values in a vector to be within a range"}, 247 252 {1, "vectors", list_vectors, "list vectors"}, 248 253 {1, "vgauss", vgauss, "fit a Gaussian to a vector"}, 254 {1, "vellipse", vellipse, "fit a Ellipse to a vector pair"}, 249 255 {1, "vgrid", vgrid, "generate an image from a triplet of vectors"}, 250 256 {1, "vhistogram", histogram, "generate histogram from vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
