Changeset 9101 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Oct 2, 2006, 12:30:17 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
r9091 r9101 64 64 my $files; # Array of files to be stacked 65 65 { 66 my $command = "$dettool -processed -det_id $det_id -iteration $iter -class_id $class_id"; # Command to run66 my $command = "$dettool -processedimfile -det_id $det_id -iteration $iter -class_id $class_id"; # Command to run 67 67 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 68 68 run(command => $command, verbose => 1); 69 die "Unable to perform dettool -processed : $error_code\n" if not $success;69 die "Unable to perform dettool -processedimfile: $error_code\n" if not $success; 70 70 my $metadata = $mdcParser->parse(join "", @$stdout_buf) 71 71 or die "unable to parse metadata config doc";
Note:
See TracChangeset
for help on using the changeset viewer.
