Changeset 28484 for branches/pap/ippTools/src/dqstatstool.c
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/dqstatstool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/src
- Property svn:ignore
-
old new 39 39 warptool 40 40 staticskytool 41 42 41 bgtool 42 diffphottool
-
- Property svn:ignore
-
branches/pap/ippTools/src/dqstatstool.c
r27304 r28484 85 85 86 86 if (label) { 87 PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "==");87 pxAddLabelSearchArgs (config, where, "-label", "camRun.label", "LIKE"); // define using cam label 88 88 } 89 89 // use psDBGenerateWhereConditionSQL because the SQL ends in a WHERE … … 654 654 psError(PS_EXIT_CONFIG_ERROR, false, "Unable to find max value for %s",colname); 655 655 return(false); 656 } 656 } 657 psString filter = psMetadataLookupStr(&status,rule,"FILTER"); 658 if (!status) { 659 status = true; 660 } 661 if (filter) { 662 psString imfilter = psMetadataLookupStr(&status,tableRow,"FILTER"); 663 if (strcmp(filter,imfilter) != 0) { 664 continue; 665 } 666 } 657 667 // Not happy with this being set to a F32. Can this ever be something else? 658 668 psF32 value = psMetadataLookupF32(&status,tableRow,colname);
Note:
See TracChangeset
for help on using the changeset viewer.
