IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2023, 12:59:01 PM (3 years ago)
Author:
tdeboer
Message:

burntool handling/parsing updates

File:
1 edited

Legend:

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

    r31906 r42394  
    146146
    147147    my $outTable  = $file->{uri};
    148     $outTable  =~ s/fits$/burn.tbl/;
     148   
     149    if($burntoolStateGood == 15) {
     150        $outTable =~ s/fits$/burn.v15.tbl/;         
     151    } else {
     152        $outTable =~ s/fits$/burn.tbl/;             
     153    }
    149154    my $outTableReal = $ipprc->file_resolve($outTable, 1);
    150155
Note: See TracChangeset for help on using the changeset viewer.