Changeset 11333 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Jan 26, 2007, 3:10:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r11319 r11333 91 91 } 92 92 93 unless (defined $workdir) { 93 if (defined $workdir) { 94 $workdir = $ipprc->convert_filename_absolute( $workdir ); 95 } else { 94 96 my $example = ${$files}[0]->{uri}; # Example file 95 97 my ($vol, $dir, $file) = File::Spec->splitpath( $example ); … … 100 102 my $outputRoot = $camera . '.' . $det_type . '.' . $det_id . '.' . $iter . '.' . $class_id; # Root name 101 103 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 102 $outputRoot = $ipprc->convert_filename_absolute($outputRoot);103 104 my $outputStack = $outputRoot . '.fits'; # Output name 104 105 my $outputStats = $outputRoot . '.stats'; # Statistics name
Note:
See TracChangeset
for help on using the changeset viewer.
