Changeset 11950
- Timestamp:
- Feb 20, 2007, 4:04:24 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase3.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase3.pl
r11845 r11950 126 126 } else { 127 127 my $example = ${$files}[0]->{b1_uri}; # Example original root name 128 my ($vol, $dir, $file) = File::Spec->splitpath( $ example);128 my ($vol, $dir, $file) = File::Spec->splitpath( $ipprc->convert_filename_absolute( $example ) ); 129 129 $workdir = $dir; 130 130 } … … 135 135 my $outputFile = "$exp_tag.p3"; 136 136 my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile ); 137 138 die "$outputRoot\n"; 137 139 138 140 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
Note:
See TracChangeset
for help on using the changeset viewer.
