Changeset 9417 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Oct 9, 2006, 11:43:26 AM (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
r9412 r9417 61 61 my $files; # Array of files to be stacked 62 62 { 63 my $command = "$dettool - tostack -det_id $det_id -class_id $class_id"; # Command to run63 my $command = "$dettool -processedimfile -det_id $det_id -class_id $class_id -included"; # Command to run 64 64 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 65 65 run(command => $command, verbose => 1); 66 die "Unable to perform dettool - tostack: $error_code\n" if not $success;66 die "Unable to perform dettool -processedimfile: $error_code\n" if not $success; 67 67 my $metadata = $mdcParser->parse(join "", @$stdout_buf) 68 68 or die "unable to parse metadata config doc";
Note:
See TracChangeset
for help on using the changeset viewer.
