Index: /tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_chip.pl
===================================================================
--- /tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_chip.pl	(revision 37339)
+++ /tags/ipp-pv3-20140717/ippScripts/scripts/sc_prepare_chip.pl	(revision 37340)
@@ -198,7 +198,7 @@
         my $btt = $uri;
         $btt =~ s/fits$/burn.tbl/;
-        my ($ipp_btt, $remote_btt) = uri_to_outputs_raw($btt);
 
 	# Check burntool table for existance, and if it doesn't, regenerate it.
+        my ($ipp_btt, $remote_btt) = uri_convert($btt);
 	unless (-e $ipp_btt) {
 	    my $exp_name = $chipEntry->{exp_name};
@@ -209,5 +209,5 @@
 	    # That command repairs the tables, but the instance we learned about may not be correct.  
 	    # Look up the new one.
-	    ($ipp_btt, $remote_btt) = uri_to_outputs_raw($btt);
+	    ($ipp_btt, $remote_btt) = uri_convert($btt);
 	    
 	    unless (-e $ipp_btt) {
@@ -215,4 +215,5 @@
 	    }
 	}
+        ($ipp_btt, $remote_btt) = uri_to_outputs_raw($btt);
 
         # Initialize the ppI command
