Changeset 25835 for trunk/ippTools/src/flatcorr.c
- Timestamp:
- Oct 14, 2009, 11:06:18 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/flatcorr.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorr.c
r25816 r25835 133 133 PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false); 134 134 PXOPT_LOOKUP_STR(region, config->args, "-set_region", false, false); 135 PXOPT_LOOKUP_STR(note, config->args, "-set_note", false, false); 135 136 136 137 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); … … 235 236 236 237 // queue the exp : force this to stop at the chip stage 237 psS64 chip_id = pxchipQueueByExpTag(config, exp_id, workdir, label, reduction, expgroup, dvodb, tess_id, "chip");238 psS64 chip_id = pxchipQueueByExpTag(config, exp_id, workdir, label, label, NULL, reduction, expgroup, dvodb, tess_id, "chip", note); 238 239 if (!chip_id) { 239 240 if (!psDBRollback(config->dbh)) { … … 523 524 row->workdir, 524 525 row->label, 526 row->data_group, 527 row->dist_group, 525 528 row->reduction, 526 529 row->expgroup, 527 530 row->dvodb, 528 531 row->tess_id, 529 "camera")) { 532 "camera", 533 NULL // note does not propragate 534 )) { 530 535 if (!psDBRollback(config->dbh)) { 531 536 psError(PS_ERR_UNKNOWN, false, "database error"); … … 658 663 row->reduction, 659 664 row->label, 665 row->data_group, 660 666 row->dvodb, 667 NULL, // note is not propagated 661 668 0)) { 662 669 if (!psDBRollback(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
