- Timestamp:
- Nov 23, 2025, 4:33:16 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ppmerge-20241229/Ohana/src/opihi/cmd.data/init.c
r42456 r42946 168 168 int vbin PROTO((int, char **)); 169 169 int vgroup PROTO((int, char **)); 170 int vweave PROTO((int, char **)); 170 171 int vclip PROTO((int, char **)); 171 172 int vect_select PROTO((int, char **)); … … 382 383 {1, "vbin", vbin, "rebin vector data by a factor of N"}, 383 384 {1, "vgroup", vgroup, "group y vector into bins defined by x vector values"}, 385 {1, "vweave", vweave, "drizzle input vectors to output vector with correct fractional bin weighting"}, 384 386 {1, "vclip", vclip, "clip values in a vector to be within a range"}, 385 387 {1, "vectors", list_vectors, "list vectors"},
Note:
See TracChangeset
for help on using the changeset viewer.
