- Timestamp:
- Aug 4, 2009, 8:41:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/opihi/cmd.data/init.c
r24219 r24992 110 110 int unsign PROTO((int, char **)); 111 111 int vbin PROTO((int, char **)); 112 int vgroup PROTO((int, char **)); 112 113 int vclip PROTO((int, char **)); 113 114 int vect_select PROTO((int, char **)); 114 115 int vgrid PROTO((int, char **)); 115 116 int vgauss PROTO((int, char **)); 117 int vellipse PROTO((int, char **)); 116 118 int vmaxwell PROTO((int, char **)); 117 119 int vload PROTO((int, char **)); … … 243 245 {1, "uniq", uniq, "create a uniq vector subset from a vector"}, 244 246 {1, "unsign", unsign, "toggle the UNSIGN status"}, 245 {1, "vbin", vbin, "rebin vector data by a fector of N"}, 247 {1, "vbin", vbin, "rebin vector data by a factor of N"}, 248 {1, "vgroup", vgroup, "group y vector into bins defined by x vector values"}, 246 249 {1, "vclip", vclip, "clip values in a vector to be within a range"}, 247 250 {1, "vectors", list_vectors, "list vectors"}, 248 251 {1, "vgauss", vgauss, "fit a Gaussian to a vector"}, 252 {1, "vellipse", vellipse, "fit a Ellipse to a vector pair"}, 249 253 {1, "vgrid", vgrid, "generate an image from a triplet of vectors"}, 250 254 {1, "vhistogram", histogram, "generate histogram from vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
