IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19293


Ignore:
Timestamp:
Aug 29, 2008, 2:26:39 PM (18 years ago)
Author:
eugene
Message:

adding -label

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r19203 r19293  
    11511151
    11521152    PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "==");
     1153    PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "==");
    11531154    PXOPT_COPY_STR(config->args, where, "-inst", "rawExp.camera", "==");
    11541155    PXOPT_COPY_STR(config->args, where, "-telescope", "rawExp.telescope", "==");
  • trunk/ippTools/src/warptoolConfig.c

    r19160 r19293  
    258258    psMetadataAddS64(revertwarpedArgs, PS_LIST_TAIL, "-exp_id",  0,            "search by exp_id", 0);
    259259    psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-exp_name",  0,            "search by exp_name", NULL);
     260    psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-label",  0,            "search by label", NULL);
    260261    psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-inst",  0,            "search for camera", NULL);
    261262    psMetadataAddStr(revertwarpedArgs, PS_LIST_TAIL, "-telescope",  0,            "search for telescope", NULL);
Note: See TracChangeset for help on using the changeset viewer.