Changeset 11333 for trunk/ippScripts/scripts/detrend_norm_exp.pl
- Timestamp:
- Jan 26, 2007, 3:10:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_exp.pl
r11319 r11333 108 108 } 109 109 110 unless (defined $workdir) { 110 if (defined $workdir) { 111 $workdir = $ipprc->convert_filename_absolute( $workdir ); 112 } else { 111 113 my $example = ${$files}[0]->{b1_uri}; # Example file, for path 112 114 my ($vol, $dir, $file) = File::Spec->splitpath( $example ); … … 117 119 my $outputRoot = $camera . '.' . $det_type . '.norm.' . $det_id . '.' . $iter; # Root output name 118 120 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 119 $outputRoot = $ipprc->convert_filename_absolute( $outputRoot );120 121 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 121 122 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note:
See TracChangeset
for help on using the changeset viewer.
