IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2021, 1:52:49 PM (5 years ago)
Author:
eugene
Message:

add imcollapse and imresample functions; improve the usage info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/Ohana/src/opihi/cmd.data/medacc.c

    r20936 r41963  
    1010  if ((argc != 6) && (argc != 7)) {
    1111    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
    1216    return (FALSE);
    1317  }
Note: See TracChangeset for help on using the changeset viewer.