Changeset 8360
- Timestamp:
- Aug 15, 2006, 2:27:33 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r8359 r8360 75 75 my $command = "dettool -addstacked -det_id $detId -iter $iter -class_id $classId" . 76 76 " -uri $output"; # Command to run 77 $command .= ' -pleasenormalize' if NORMALI ZE()->{$detType};77 $command .= ' -pleasenormalize' if NORMALISE()->{$detType}; 78 78 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 79 79 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
