IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 12:17:32 PM (4 years ago)
Author:
eugene
Message:

add imresample, imcollapse functions; more usage documentation; option to catch failures in command when loading from shell command into queue; better handling of errors reading FITS table

File:
1 edited

Legend:

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

    r41341 r42082  
    9696  if (argc != 9) {
    9797    gprint (GP_ERR, "USAGE: cut <buffer> <X vector> <Y vector> <X|Y> sx sy nx ny\n");
     98    gprint (GP_ERR, "  extract a vector in the X or Y direction based on the pixel values in window\n");
    9899    return (FALSE);
    99100  }
Note: See TracChangeset for help on using the changeset viewer.