IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37340


Ignore:
Timestamp:
Aug 29, 2014, 9:33:03 PM (12 years ago)
Author:
watersc1
Message:

Change how we handle the burntool tables to prevent an issue with the transfer list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_chip.pl

    r37332 r37340  
    198198        my $btt = $uri;
    199199        $btt =~ s/fits$/burn.tbl/;
    200         my ($ipp_btt, $remote_btt) = uri_to_outputs_raw($btt);
    201200
    202201        # Check burntool table for existance, and if it doesn't, regenerate it.
     202        my ($ipp_btt, $remote_btt) = uri_convert($btt);
    203203        unless (-e $ipp_btt) {
    204204            my $exp_name = $chipEntry->{exp_name};
     
    209209            # That command repairs the tables, but the instance we learned about may not be correct. 
    210210            # Look up the new one.
    211             ($ipp_btt, $remote_btt) = uri_to_outputs_raw($btt);
     211            ($ipp_btt, $remote_btt) = uri_convert($btt);
    212212           
    213213            unless (-e $ipp_btt) {
     
    215215            }
    216216        }
     217        ($ipp_btt, $remote_btt) = uri_to_outputs_raw($btt);
    217218
    218219        # Initialize the ppI command
Note: See TracChangeset for help on using the changeset viewer.