IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2012, 2:30:58 PM (14 years ago)
Author:
eugene
Message:

deprecate the old relphot command of the form: relphot (catalog) (photcode); fix the BrightCatalog I/O; add parallel-manual option for testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/help.c

    r33270 r33274  
    22
    33void relphot_usage (void) {
    4   fprintf (stderr, "ERROR: USAGE: relphot (region) (photcode)\n");
    5   fprintf (stderr, "       or:    relphot (photcode) -region RA RA DEC DEC\n");
     4  fprintf (stderr, "ERROR: USAGE: relphot (photcodes) -region RA RA DEC DEC\n");
     5  fprintf (stderr, "       or:    relphot (photcodes) -catalog (name)\n");
    66  fprintf (stderr, "       or:    relphot -averages -region RA RA DEC DEC\n");
    77  fprintf (stderr, "  use -h for more usage information\n");
     
    1818
    1919show_help:
    20   fprintf (stderr, "ERROR: USAGE: relphot (region) (photcode)\n");
    21   fprintf (stderr, "       or:    relphot (photcode) -region RA RA DEC DEC\n");
     20  fprintf (stderr, "ERROR: USAGE: relphot (photcode) -region RA RA DEC DEC\n");
     21  fprintf (stderr, "       or:    relphot (photcode) -catalog (name)\n");
    2222  fprintf (stderr, "       or:    relphot -averages -region RA RA DEC DEC\n");
    2323  fprintf (stderr, "  options: \n");
Note: See TracChangeset for help on using the changeset viewer.