IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26908 for trunk/ippTools/src


Ignore:
Timestamp:
Feb 11, 2010, 11:05:51 AM (16 years ago)
Author:
bills
Message:

add -data_group as a search parameter for -processedimfile

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r26567 r26908  
    594594    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    595595    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "LIKE");
     596    pxAddLabelSearchArgs (config, where, "-data_group", "chipRun.data_group", "LIKE");
    596597    PXOPT_COPY_S64(config->args, where, "-magicked", "chipProcessedImfile.magicked", "==");
    597598
  • trunk/ippTools/src/chiptoolConfig.c

    r26567 r26908  
    164164    psMetadataAddStr(processedimfileArgs,  PS_LIST_TAIL, "-reduction",          0, "search by reduction class", NULL);
    165165    psMetadataAddStr(processedimfileArgs,  PS_LIST_TAIL, "-label",  PS_META_DUPLICATE_OK, "search by chipRun label (LIKE comparison)", NULL);
     166    psMetadataAddStr(processedimfileArgs,  PS_LIST_TAIL, "-data_group",  PS_META_DUPLICATE_OK, "search by chipRun data_group (LIKE comparison)", NULL);
    166167    pxmagicAddArguments(processedimfileArgs);
    167168
Note: See TracChangeset for help on using the changeset viewer.