Changeset 12188 for trunk/ippTools/src/camtool.c
- Timestamp:
- Mar 2, 2007, 12:42:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r12176 r12188 293 293 } 294 294 295 psString recipe = psMetadataLookupStr(&status, config->args, "-recip");296 if (!status) {297 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");298 return false;299 }300 if (!recipe) {301 psError(PS_ERR_UNKNOWN, true, "-recip is required");302 return false;303 }304 305 295 psF64 bg = psMetadataLookupF64(&status, config->args, "-bg"); 306 296 if (!status) { … … 428 418 pendingRow->chip_id, 429 419 pendingRow->label, 420 pendingRow->recipe, 421 pendingRow->expgroup, 422 pendingRow->dvodb, 430 423 uri, 431 recipe,432 424 bg, 433 425 bg_stdev, … … 439 431 zp_mean, 440 432 zp_stdev, 441 code, 442 pendingRow->expgroup, 443 pendingRow->dvodb 433 code 444 434 ); 445 435
Note:
See TracChangeset
for help on using the changeset viewer.
