- Timestamp:
- Dec 21, 2021, 1:52:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/Ohana/src/opihi/cmd.data/medacc.c
r20936 r41963 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.
