Changeset 10534 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Dec 7, 2006, 12:56:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r10419 r10534 65 65 my $outputRoot = $exp_tag . '.detproc.' . $det_id; # Root name 66 66 $outputRoot = File::Spec->catpath( $vol, $dir, $outputRoot ); 67 $outputRoot = $ipprc->convert_filename ($outputRoot);68 $input_uri = $ipprc->convert_filename ( $input_uri );67 $outputRoot = $ipprc->convert_filename_absolute( $outputRoot ); 68 $input_uri = $ipprc->convert_filename_absolute( $input_uri ); 69 69 70 70 my $outputImage = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id); … … 102 102 103 103 # Take off the absolute path, to stuff into the database 104 $outputImage = $ipprc->convert_filename ( $outputImage );105 $outputBin1 = $ipprc->convert_filename ( $outputBin1 );106 $outputBin2 = $ipprc->convert_filename ( $outputBin2 );104 $outputImage = $ipprc->convert_filename_relative( $outputImage ); 105 $outputBin1 = $ipprc->convert_filename_relative( $outputBin1 ); 106 $outputBin2 = $ipprc->convert_filename_relative( $outputBin2 ); 107 107 108 108 # Add the processed file to the database
Note:
See TracChangeset
for help on using the changeset viewer.
