IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2018, 10:16:47 PM (8 years ago)
Author:
eugene
Message:

create mprint (print a subregion of an image) and enable vprint as alias for print_vectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/print_vectors.c

    r40291 r40545  
    11# include "data.h"
    22
    3 int print_vectors (int argc, char **argv) {
     3int vprint (int argc, char **argv) {
    44
    55  Vector **vec;
     
    2121
    2222  if (argc < 2) {
    23     gprint (GP_ERR, "USAGE: print_vectors (vector)[,vector,...]\n");
     23    gprint (GP_ERR, "USAGE: vprint (vector)[,vector,...] [-s start] [-e end]\n");
    2424    return (FALSE);
    2525  }
Note: See TracChangeset for help on using the changeset viewer.