IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding comment search; change state and label to set-state, set-label

File:
1 edited

Legend:

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

    r19255 r19292  
    4141    psMetadataAddStr(md,  PS_LIST_TAIL, "-exp_type",           0, "search by exp_type", NULL);
    4242    psMetadataAddStr(md,  PS_LIST_TAIL, "-label",              0, "search by label", NULL);
     43    psMetadataAddStr(md,  PS_LIST_TAIL, "-comment",            0, "search by comment", NULL);
    4344    psMetadataAddStr(md,  PS_LIST_TAIL, "-filelevel",          0, "search by filelevel", NULL);
    4445    psMetadataAddStr(md,  PS_LIST_TAIL, "-reduction",          0, "search by reduction class", NULL);
     
    8788    PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
    8889    PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "==");
     90    PXOPT_COPY_STR(config->args, where, "-comment", "rawExp.comment", "LIKE");
    8991    PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "==");
    9092    PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "==");
Note: See TracChangeset for help on using the changeset viewer.