IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2006, 3:30:32 PM (20 years ago)
Author:
Paul Price
Message:

Adding verify mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_resid.pl

    r10544 r10592  
    9797$outputRoot = $ipprc->convert_filename_absolute( $outputRoot );
    9898$input_uri = $ipprc->convert_filename_absolute( $input_uri );
    99 $detrend = $ipprc->convert_filename_absolute( $detrend );
     99$detrend = $ipprc->convert_filename_absolute( $detrend ) if defined $detrend;
    100100
    101101my $outputName = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
Note: See TracChangeset for help on using the changeset viewer.