Index: trunk/ippTasks/camera.pro
===================================================================
--- trunk/ippTasks/camera.pro	(revision 27193)
+++ trunk/ippTasks/camera.pro	(revision 27200)
@@ -143,4 +143,5 @@
     if ($N == 0) break
     if ($NETWORK == 0) break
+    if ($BURNTOOLING == 1) break
     
     # look for new images in camPendingExp (pantaskState == INIT)
Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 27193)
+++ trunk/ippTasks/chip.pro	(revision 27200)
@@ -133,4 +133,5 @@
     if ($N == 0) break
     if ($NETWORK == 0) break
+    if ($BURNTOOLING == 1) break
     
     # look for new images in chipPendingImfile (pantaskState == INIT)
Index: trunk/ippTasks/diff.pro
===================================================================
--- trunk/ippTasks/diff.pro	(revision 27193)
+++ trunk/ippTasks/diff.pro	(revision 27200)
@@ -166,5 +166,6 @@
     if ($N == 0) break
     if ($NETWORK == 0) break
-    
+    if ($BURNTOOLING == 1) break
+
     # look for new images in diffSkyfile (pantaskState == INIT)
     book getpage diffSkyfile 0 -var pageName -key pantaskState INIT
Index: trunk/ippTasks/nightly_stacks.pro
===================================================================
--- trunk/ippTasks/nightly_stacks.pro	(revision 27193)
+++ trunk/ippTasks/nightly_stacks.pro	(revision 27200)
@@ -318,4 +318,5 @@
 
      if ("$ns_STATE" != "QUEUECHIPS") break
+     $BURNTOOLING = 0
      $run = automate_stacks.pl --queue_chips --date $date
      command $run
@@ -533,4 +534,5 @@
     if ($ns_RburnPAGE >= $Npages) set ns_RburnPAGE = 0
     if (("$ns_STATE" != "QUEUEBURNING")&&("$ns_STATE" != "BURNING")) break
+    $BURNTOOLING = 1
     # Find out where in the list of jobs we are
     book getword nsBurntool $date btN -var btN
Index: trunk/ippTasks/pantasks.pro
===================================================================
--- trunk/ippTasks/pantasks.pro	(revision 27193)
+++ trunk/ippTasks/pantasks.pro	(revision 27200)
@@ -4,4 +4,5 @@
 if ($?NEBULOUS == 0)  	  set NEBULOUS = 0
 if ($?NETWORK == 0)   	  set NETWORK = 1
+if ($?BURNTOOLING == 0)   set BURNTOOLING = 0
 if ($?PARALLEL == 0)  	  set PARALLEL = 1
 if ($?VERBOSE == 0)   	  set VERBOSE = 1
Index: trunk/ippTasks/stack.pro
===================================================================
--- trunk/ippTasks/stack.pro	(revision 27193)
+++ trunk/ippTasks/stack.pro	(revision 27200)
@@ -161,5 +161,6 @@
     if ($N == 0) break
     if ($NETWORK == 0) break
-    
+    if ($BURNTOOLING == 1) break
+
     # look for new images in stackSumSkyfile (pantaskState == INIT)
     book getpage stackSumSkyfile 0 -var pageName -key pantaskState INIT
Index: trunk/ippTasks/warp.pro
===================================================================
--- trunk/ippTasks/warp.pro	(revision 27193)
+++ trunk/ippTasks/warp.pro	(revision 27200)
@@ -171,5 +171,6 @@
     if ($N == 0) break
     if ($NETWORK == 0) break
-    
+    if ($BURNTOOLING == 1) break
+
     # look for new images in warpInputExp (pantaskState == INIT)
     book getpage warpInputExp 0 -var pageName -key pantaskState INIT
