Changeset 11333 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Jan 26, 2007, 3:10:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r11319 r11333 74 74 } 75 75 76 unless (defined $workdir) { 76 if (defined $workdir) { 77 $workdir = $ipprc->convert_filename_absolute( $workdir ); 78 } else { 77 79 my ($vol, $dir, $file) = File::Spec->splitpath( $input ); 78 80 $workdir = $dir; … … 83 85 my $outputRoot = $camera . '.' . $detType . '.norm.' . $detId . '.' . $iter; # Root output name 84 86 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 85 $outputRoot = $ipprc->convert_filename_absolute($outputRoot);86 87 87 88 my $output = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $classId);
Note:
See TracChangeset
for help on using the changeset viewer.
