IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19255


Ignore:
Timestamp:
Aug 27, 2008, 5:56:06 PM (18 years ago)
Author:
eugene
Message:

add search-by-label

File:
1 edited

Legend:

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

    r19218 r19255  
    4040    psMetadataAddStr(md,  PS_LIST_TAIL, "-exp_tag",            0, "search by exp_tag", NULL);
    4141    psMetadataAddStr(md,  PS_LIST_TAIL, "-exp_type",           0, "search by exp_type", NULL);
     42    psMetadataAddStr(md,  PS_LIST_TAIL, "-label",              0, "search by label", NULL);
    4243    psMetadataAddStr(md,  PS_LIST_TAIL, "-filelevel",          0, "search by filelevel", NULL);
    4344    psMetadataAddStr(md,  PS_LIST_TAIL, "-reduction",          0, "search by reduction class", NULL);
     
    8586    PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "==");
    8687    PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
     88    PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "==");
    8789    PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "==");
    8890    PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "==");
Note: See TracChangeset for help on using the changeset viewer.