Index: trunk/ippScripts/scripts/receive_advance.pl
===================================================================
--- trunk/ippScripts/scripts/receive_advance.pl	(revision 28887)
+++ trunk/ippScripts/scripts/receive_advance.pl	(revision 28893)
@@ -69,4 +69,6 @@
     } elsif ($stage eq "camera") {
         $tool_name = "camtool";
+    } elsif ($stage eq "chip_bg" or $stage = "warp_bg") {
+        $tool_name = "bgtool";
     } else {
         $tool_name = "${stage}tool";
Index: trunk/ippScripts/scripts/receive_file.pl
===================================================================
--- trunk/ippScripts/scripts/receive_file.pl	(revision 28887)
+++ trunk/ippScripts/scripts/receive_file.pl	(revision 28893)
@@ -183,4 +183,7 @@
         $stage = 'raw';
         $comp_name = 'class_id';
+    } elsif ($runType eq 'chipBackgroundRun') {
+        $stage = 'chip_bg';
+        $comp_name = 'class_id';
     } elsif ($runType eq 'chipRun') {
         $stage = 'chip';
@@ -195,4 +198,7 @@
     } elsif ($runType eq 'warpRun') {
         $stage = 'warp';
+        $comp_name = 'skycell_id';
+    } elsif ($runType eq 'warpBackgroundRun') {
+        $stage = 'warp_bg';
         $comp_name = 'skycell_id';
     } elsif ($runType eq 'diffRun') {
