Changeset 11333 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Jan 26, 2007, 3:10:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r11319 r11333 81 81 82 82 ### Output file name 83 unless (defined $workdir) { 83 if (defined $workdir) { 84 $workdir = $ipprc->convert_filename_absolute( $workdir ); 85 } else { 84 86 my ($vol, $dir, $file) = File::Spec->splitpath( $input_uri ); 85 87 $workdir = $dir; … … 87 89 my $outputRoot = $exp_tag . '.detproc.' . $det_id; # Root name 88 90 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 89 $outputRoot = $ipprc->convert_filename_absolute( $outputRoot );91 print "OUTPUTROOT: $outputRoot\n"; 90 92 $input_uri = $ipprc->convert_filename_absolute( $input_uri ); 91 93
Note:
See TracChangeset
for help on using the changeset viewer.
