Changeset 9101 for trunk/ippScripts/scripts/detrend_norm_calc.pl
- Timestamp:
- Oct 2, 2006, 12:30:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_calc.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r9097 r9101 45 45 my $files; # The input files 46 46 { 47 my $command = "$dettool -processed -unmask -det_id $detId -iteration $iter"; # Command to run47 my $command = "$dettool -processedimfile -unmask -det_id $detId -iteration $iter"; # Command to run 48 48 my @command = split /\s+/, $command; 49 49 my ( $stdin, $stdout, $stderr ); # Buffers for running program 50 50 print "Running [$command]...\n"; 51 51 run \@command, \$stdin, \$stdout, \$stderr or 52 die "Unable to perform dettool -processed -unmask on detrend $detId/$iter: $?";52 die "Unable to perform dettool -processedimfile -unmask on detrend $detId/$iter: $?"; 53 53 print $stdout . "\n"; 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
