IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 11:13:41 AM (19 years ago)
Author:
jhoblitt
Message:

fix -copydone to work with exp's with more than 1 imfile
add -pending[exp|imfile] -limit n options

File:
1 edited

Legend:

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

    r14600 r15032  
    6666    psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-exp_type", 0,
    6767            "define exposure type", NULL);
     68    psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit",  0,
     69            "limit result set to N items", 0);
    6870    psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-simple", 0,
    6971            "use the simple output format", false);
     
    7981    psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-exp_type", 0,
    8082            "define exposure type", NULL);
     83    psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit",  0,
     84            "limit result set to N items", 0);
    8185    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-simple", 0,
    8286            "use the simple output format", false);
     
    8589    psMetadata *copydoneArgs = psMetadataAlloc();
    8690    psMetadataAddStr(copydoneArgs, PS_LIST_TAIL, "-exp_name", 0,
    87             "define exposure ID", NULL);
     91            "define exposure ID (required)", NULL);
    8892    psMetadataAddStr(copydoneArgs, PS_LIST_TAIL, "-inst", 0,
    89             "define camera ID", NULL);
     93            "define camera ID (required)", NULL);
    9094    psMetadataAddStr(copydoneArgs, PS_LIST_TAIL, "-telescope", 0,
    91             "define telescope ID", NULL);
     95            "define telescope ID (required)", NULL);
    9296    psMetadataAddStr(copydoneArgs, PS_LIST_TAIL, "-class", 0,
    9397            "define class", NULL);
Note: See TracChangeset for help on using the changeset viewer.