Changeset 11360 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Jan 29, 2007, 7:37:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r11333 r11360 117 117 $workdir = $dir; 118 118 } 119 my $outputRoot = $exp_tag . '.detresid.' . $det_id . '.' . $iter; # Root name 120 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 121 $input_uri = $ipprc->convert_filename_absolute( $input_uri ); 122 $detrend = $ipprc->convert_filename_absolute( $detrend ) if defined $detrend; 119 120 my $outputFile = "$exp_tag.detresid.$det_id.$iter"; # Root name 121 my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile ); 123 122 124 123 my $outputName = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id); … … 127 126 128 127 my $outputStats = $outputRoot . '.' . $class_id . '.stats'; 128 129 $detrend = $ipprc->convert_filename_absolute( $detrend ) if defined $detrend; 130 $input_uri = $ipprc->convert_filename_absolute( $input_uri ); 129 131 130 132 # Run ppImage
Note:
See TracChangeset
for help on using the changeset viewer.
