IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29232


Ignore:
Timestamp:
Sep 24, 2010, 3:31:39 PM (16 years ago)
Author:
eugene
Message:

adding data_group to camtool definebyquery selections

Location:
branches/eam_branches/ipp-20100823/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/ippTools/src/camtool.c

    r28370 r29232  
    111111    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "=="); // define using chipRun label
    112112    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
     113    PXOPT_COPY_STR(config->args, where, "-data_group", "chipRun.data_group", "==");
    113114
    114115    if (!psListLength(where->list) &&
  • branches/eam_branches/ipp-20100823/ippTools/src/camtoolConfig.c

    r28370 r29232  
    5454    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by chipRun label", NULL);
    5555    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-reduction",          0, "search by chipRun reduction class", NULL);
     56    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-data_group",         0, "search by chipRun data_group", NULL);
    5657
    5758    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-set_workdir",        0, "define workdir", NULL);
Note: See TracChangeset for help on using the changeset viewer.