IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2006, 7:26:49 PM (20 years ago)
Author:
jhoblitt
Message:

updated -pending

File:
1 edited

Legend:

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

    r8286 r8288  
    2323    // -pending
    2424    psMetadata *pendingArgs = psMetadataAlloc();
     25    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-exp_id",  0,
     26            "search by exposure ID", NULL);
     27    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-exp_type",  0,
     28            "search by exposure type", NULL);
    2529    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-inst",  0,
    26             "define camera of interest", NULL);
     30            "search by camera", NULL);
    2731    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-telescope",  0,
    28             "define telescope of interest", NULL);
     32            "search by telescope", NULL);
    2933    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-filter",  0,
    30             "define filter of interest", NULL);
    31     psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-exp_id",  0,
    32             "define exposure ID", NULL);
    33     psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-exp_type",  0,
    34             "define exposure type", NULL);
     34            "search by filter", NULL);
    3535    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-uri",  0,
    36             "define URL", NULL);
     36            "searc hby URL", NULL);
    3737    psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple",  0,
    3838            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.