Changeset 23229 for trunk/ippScripts/scripts/detrend_norm_calc.pl
- Timestamp:
- Mar 8, 2009, 4:50:46 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_norm_calc.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/eam_branches/eam_branch_20090303 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r23186 r23229 90 90 my @files; # The input files 91 91 { 92 my $command = "$dettool -processedimfile"; 93 $command .= " -det_id $det_id"; # Command to run 92 my $command = "$dettool -residimfile"; 93 $command .= " -det_id $det_id"; 94 $command .= " -iteration $iter"; 94 95 $command .= " -included"; # only use the inputs for this detrend run to calculate the norm 95 96 $command .= " -dbname $dbname" if defined $dbname; … … 98 99 print "Running [$command]...\n" if $verbose; 99 100 if (not run(\@command, \$stdin, \$stdout, \$stderr)) { 100 &my_die("Unable to perform dettool - processedimfile on detrend $det_id/$iter: $?",101 &my_die("Unable to perform dettool -residimfile on detrend $det_id/$iter: $?", 101 102 $det_id, $iter, $PS_EXIT_SYS_ERROR); 102 103 }
Note:
See TracChangeset
for help on using the changeset viewer.
