Changeset 16148
- Timestamp:
- Jan 18, 2008, 4:12:33 PM (18 years ago)
- Location:
- branches/end_stage/ippTools/src
- Files:
-
- 2 edited
-
regtool.c (modified) (2 diffs)
-
regtoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/end_stage/ippTools/src/regtool.c
r16126 r16148 495 495 496 496 // optional 497 PXOPT_LOOKUP_BOOL(detrend, config->args, "-detrend", false);498 497 PXOPT_LOOKUP_STR(dvodb, config->args, "-dvodb", false, false); 499 498 PXOPT_LOOKUP_STR(tess_id, config->args, "-tess_id", false, false); … … 700 699 } 701 700 702 // if this is a detrend image don't put it in the chip queue (and we're 703 // done) 704 if (detrend) { 705 psFree(newExp); 706 if (!psDBCommit(config->dbh)) { 707 psError(PS_ERR_UNKNOWN, false, "database error"); 708 return false; 709 } 710 return true; 711 } 701 // XXX handle end_stage here 712 702 713 703 // insert an entry into the chipPendingExp table -
branches/end_stage/ippTools/src/regtoolConfig.c
r16144 r16148 334 334 "define URL", NULL); 335 335 */ 336 psMetadataAddBool(addprocessedexpArgs, PS_LIST_TAIL, "-detrend", 0,337 "declare this as detrend data", false);338 336 339 337 // -processedexp
Note:
See TracChangeset
for help on using the changeset viewer.
