IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2008, 11:35:28 AM (18 years ago)
Author:
jhoblitt
Message:

add pzgetimfiles -timeout option

File:
1 edited

Legend:

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

    r14600 r17741  
    5353    psMetadataAddStr(args, PS_LIST_TAIL, "-telescope",  0,
    5454            "Telescope ID (required)", NULL);
     55    psMetadataAddS32(args, PS_LIST_TAIL, "-timeout",  0,
     56            "HTTP timeout", 0);
    5557
    5658
     
    6567        fprintf(stderr, "error parsing arguments\n");
    6668        printf("\nPan-STARRS Phase Z Get Imfiles Tool\n");
    67         printf("Usage: %s -uri <uri> -filesetid <id>\n\n", argv[0]);
     69        printf("Usage: %s -uri <uri> -filesetid <id> -inst <camera> -telescope <telescope [-timeout <n>]\n\n", argv[0]);
    6870        psArgumentHelp(args);
    6971        psFree(args);
Note: See TracChangeset for help on using the changeset viewer.