Changeset 11333 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Jan 26, 2007, 3:10:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r11319 r11333 86 86 } 87 87 88 unless (defined $workdir) { 88 if (defined $workdir) { 89 $workdir = $ipprc->convert_filename_absolute( $workdir ); 90 } else { 89 91 my $example = ${$files}[0]->{b1_uri}; # Example file 90 92 my ($vol, $dir, $file) = File::Spec->splitpath( $example ); … … 95 97 my $outputRoot = $exp_tag . '.detresid.' . $det_id . '.' . $iter; # Root output name 96 98 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 97 $outputRoot = $ipprc->convert_filename_absolute($outputRoot);98 99 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 99 100 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note:
See TracChangeset
for help on using the changeset viewer.
