IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 5:25:54 PM (20 years ago)
Author:
jhoblitt
Message:

require ippdb 0.0.38
the "big" exp_id -> exp_tag conversion

File:
1 edited

Legend:

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

    r8849 r9057  
    2424    psMetadata *args = psMetadataAlloc();
    2525    psMetadataAddStr(args , PS_LIST_TAIL, "-uri", 0,
    26         "DataStore FileSet URI", "");
     26            "DataStore FileSet URI", "");
    2727    psMetadataAddStr(args , PS_LIST_TAIL, "-filesetid", 0,
    28         "FileSet ID", "");
     28            "FileSet ID", "");
     29    psMetadataAddStr(args, PS_LIST_TAIL, "-inst",  0,
     30            "search by camera", NULL);
     31    psMetadataAddStr(args, PS_LIST_TAIL, "-telescope",  0,
     32            "search by telescope", NULL);
     33
    2934
    3035    bool status = false;
Note: See TracChangeset for help on using the changeset viewer.