IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 8:57:16 PM (21 years ago)
Author:
eugene
Message:

modifications to support psphot on pmReadout with full IPP config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotTestArguments.c

    r5993 r6117  
    88  psArgumentVerbosity (argc, argv);
    99
    10   if (*argc != 4) usage ();
     10  if (*argc != 7) usage ();
    1111
    1212  return;
     
    1515static int usage () {
    1616
    17     fprintf (stderr, "USAGE: psphotTest (input.fits) (output.hdr) (out.fits)\n");
     17    fprintf (stderr, "USAGE: psphotTest (input.fits) (output.jpg) (zero) (scale) (colormap) (rebin)\n");
    1818    exit (2);
    1919}
Note: See TracChangeset for help on using the changeset viewer.