Changeset 42082 for trunk/Ohana/src/opihi/cmd.data/medacc.c
- Timestamp:
- Feb 28, 2022, 12:17:32 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/medacc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/medacc.c
r20936 r42082 10 10 if ((argc != 6) && (argc != 7)) { 11 11 gprint (GP_ERR, "USAGE: medacc <value> <vector> <key> start end [delta]\n"); 12 gprint (GP_ERR, " value and key are vectors of the same length\n"); 13 gprint (GP_ERR, " the output vector bins correspond to values ranging from start to end in steps of delta (default 1)\n"); 14 gprint (GP_ERR, " for a given output bin, all input values for which the key matches the output bin are averaged\n"); 15 12 16 return (FALSE); 13 17 }
Note:
See TracChangeset
for help on using the changeset viewer.
