Index: trunk/ippTasks/warp.pro
===================================================================
--- trunk/ippTasks/warp.pro	(revision 13153)
+++ trunk/ippTasks/warp.pro	(revision 14042)
@@ -111,5 +111,5 @@
     end
 
-    # delete existing entries in the appropriate states
+    # delete existing entries in the appropriate pantaskStates
     process_cleanup warpInputExp
   end
@@ -138,9 +138,9 @@
     if ($network == 0) break
     
-    # look for new images in warpInputExp (state == NULL)
-    book getpage warpInputExp 0 -var pageName -key state NULL
+    # look for new images in warpInputExp (pantaskState == NULL)
+    book getpage warpInputExp 0 -var pageName -key pantaskState NULL
     if ("$pageName" == "NULL") break
 
-    book setword warpInputExp $pageName state RUN
+    book setword warpInputExp $pageName pantaskState RUN
     book getword warpInputExp $pageName warp_id -var WARP_ID
     book getword warpInputExp $pageName camera -var CAMERA
@@ -192,5 +192,5 @@
   task.exit    timeout
     showcommand timeout
-    book setword warpInputExp $options:0 state TIMEOUT
+    book setword warpInputExp $options:0 pantaskState TIMEOUT
   end
 end
@@ -231,5 +231,5 @@
     end
 
-    # delete existing entries in the appropriate states
+    # delete existing entries in the appropriate pantaskStates
     process_cleanup warpPendingSkyCell
   end
@@ -258,9 +258,9 @@
     if ($network == 0) break
     
-    # look for new images in warpPendingSkyCell (state == NULL)
-    book getpage warpPendingSkyCell 0 -var pageName -key state NULL
+    # look for new images in warpPendingSkyCell (pantaskState == NULL)
+    book getpage warpPendingSkyCell 0 -var pageName -key pantaskState NULL
     if ("$pageName" == "NULL") break
 
-    book setword warpPendingSkyCell $pageName state RUN
+    book setword warpPendingSkyCell $pageName pantaskState RUN
     book getword warpPendingSkyCell $pageName warp_id -var WARP_ID
     book getword warpPendingSkyCell $pageName skycell_id -var SKYCELL_ID
@@ -314,6 +314,6 @@
   task.exit    timeout
     showcommand timeout
-    book setword warpPendingSkyCell $options:0 state TIMEOUT
-  end
-end
-
+    book setword warpPendingSkyCell $options:0 pantaskState TIMEOUT
+  end
+end
+
