IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 4:27:42 PM (19 years ago)
Author:
jhoblitt
Message:

pz*tool modernization efforts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pzgetexpConfig.c

    r11857 r14600  
    4646    psMetadata *args = psMetadataAlloc();
    4747    psMetadataAddStr(args , PS_LIST_TAIL, "-uri", 0,
    48         "DataStore product URI", "");
     48        "DataStore product URI (required)", "");
    4949    psMetadataAddStr(args , PS_LIST_TAIL, "-inst", 0,
    50         "camera name", "");
     50        "camera name (required)", "");
    5151    psMetadataAddStr(args , PS_LIST_TAIL, "-telescope",  0,
    52         "telescope name", "");
     52        "telescope name (required)", "");
    5353
    5454    bool status = false;
     
    6060    ) {
    6161        fprintf(stderr, "error parsing arguments\n");
    62         printf("\nPan-STARRS Phase Z Search Tool\n");
     62        printf("\nPan-STARRS Phase Z Get Exposures Tool\n");
    6363        printf("Usage: %s -uri <uri> -inst <camera> -telescope <telescope>\n\n",
    6464            argv[0]);
Note: See TracChangeset for help on using the changeset viewer.