IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2009, 8:49:39 PM (17 years ago)
Author:
bills
Message:

in disttool -definebyquery -stage raw filter by the associated chipRun's label since rawExp.label
typically isn't set

File:
1 edited

Legend:

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

    r24725 r24729  
    204204            return false;
    205205        }
     206
     207        // for raw stage we select by chipRun.label because raw labels typically aren't set
     208        if (label) {
     209            psStringAppend(&query, " AND (chipRun.label = '%s')", label);
     210        }
    206211    } else if (!strcmp(stage, "chip")) {
    207212        magicRunType = "chipRun";
Note: See TracChangeset for help on using the changeset viewer.