Changeset 18562 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Jul 15, 2008, 10:33:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r18065 r18562 209 209 # Command to update the database 210 210 $command = "$dettool -addstacked"; 211 $command .= " -det_id $det_id -iteration $iter"; 211 $command .= " -det_id $det_id"; 212 $command .= " -iteration $iter"; 212 213 $command .= " -class_id $class_id"; 213 214 $command .= " -uri $outputStack"; … … 243 244 $command .= " -iteration $iter"; 244 245 $command .= " -class_id $class_id"; 246 # XXX EAM : we should add this to the db : $command .= " -path_base $outroot"; 245 247 $command .= " -code $exit_code"; 246 248 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
