IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2006, 12:24:17 PM (20 years ago)
Author:
eugene
Message:

adding rel2abs for jpegs

File:
1 edited

Legend:

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

    r9365 r9400  
    132132# Add the result into the database
    133133$outputRoot = File::Spec->abs2rel( $outputRoot, $ipprc->workdir() );
     134$jpeg1Name  = File::Spec->abs2rel( $jpeg1Name, $ipprc->workdir() );
     135$jpeg2Name  = File::Spec->abs2rel( $jpeg2Name, $ipprc->workdir() );
    134136unless ($no_update) {
    135137    my $command = "$dettool -addprocessedexp -det_id $det_id -exp_tag $exp_tag " .
Note: See TracChangeset for help on using the changeset viewer.