Changeset 40623 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Feb 8, 2019, 8:21:47 PM (7 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
r40545 r40623 160 160 int vload PROTO((int, char **)); 161 161 int vlist PROTO((int, char **)); 162 int vmedfilt PROTO((int, char **)); 162 163 int vzload PROTO((int, char **)); 163 164 int vstats PROTO((int, char **)); … … 349 350 {1, "vhistogram", histogram, "generate histogram from vector"}, 350 351 {1, "vlist", vlist, "append values to a vector from command line"}, 352 {1, "vmedfilt", vmedfilt, "median filter for a vector"}, 351 353 {1, "vload", vload, "load vectors as overlay on image display"}, 352 354 {1, "vmaxwell", vmaxwell, "fit a Maxwellian to a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
