Changeset 23809 for trunk/ippTools/src/camtool.c
- Timestamp:
- Apr 10, 2009, 2:58:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r23688 r23809 174 174 // data out so we have the option of changing these values or leaving the 175 175 // old values in place (i.e., passing the values through). 176 177 // if end_stage is warp (or NULL), check for valid tess_id 178 for (long i = 0; i < psArrayLength(output); i++) { 179 psMetadata *md = output->data[i]; 180 181 bool status; 182 char *end_stage = psMetadataLookupStr(&status, md, "end_stage"); 183 if (end_stage && strcasecmp(end_stage, "warp")) continue; 184 185 char *raw_tess_id = psMetadataLookupStr(&status, md, "tess_id"); 186 if (raw_tess_id || tess_id) continue; 187 188 char *label = psMetadataLookupStr(&status, md, "label"); 189 psS64 exp_id = psMetadataLookupS64(&status, md, "exp_id"); 190 191 if (!status) { 192 psError(PS_ERR_UNKNOWN, false, "cannot queue analysis to WARP without a defined tess id: label: %s, exp_id %" PRId64, label, exp_id); 193 psFree(output); 194 return false; 195 } 196 } 176 197 177 198 // loop over our list of chipRun rows
Note:
See TracChangeset
for help on using the changeset viewer.
