IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9400


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

adding rel2abs for jpegs

Location:
trunk/ippScripts/scripts
Files:
2 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 " .
  • trunk/ippScripts/scripts/phase3.pl

    r9383 r9400  
    136136# Add the result into the database
    137137$outputRoot = File::Spec->abs2rel( $outputRoot, $ipprc->workdir() );
     138$jpeg1Name  = File::Spec->abs2rel( $jpeg1Name, $ipprc->workdir() );
     139$jpeg2Name  = File::Spec->abs2rel( $jpeg2Name, $ipprc->workdir() );
    138140unless ($no_update) {
    139141    my $command = "$p3tool -addprocessedexp -exp_tag $exp_tag -uri UNKNOWN " .
Note: See TracChangeset for help on using the changeset viewer.