Index: branches/eam_branch_00/ippTasks/phase3.pro
===================================================================
--- branches/eam_branch_00/ippTasks/phase3.pro	(revision 11012)
+++ branches/eam_branch_00/ippTasks/phase3.pro	(revision 11109)
@@ -1,4 +1,4 @@
 ## this file contains the tasks for running the phase 3 stage
-## these tasks use the book Phase3Exposures
+## these tasks use the book p3PendingExp
 
 if ($?network == 0)
@@ -20,12 +20,12 @@
 exec mkdir -p $LOGSUBDIR
 
-book init Phase3Exposures
+book init p3PendingExp
 
 macro phase3.status
-  book listbook Phase3Exposures
+  book listbook p3PendingExp
 end
 
 # select images ready for phase3 analysis
-# new entries are added to Phase3Exposures
+# new entries are added to p3PendingExp
 # skip already-present entries
 task	       phase3.exp.load
@@ -46,11 +46,11 @@
   task.exit    0
     # convert 'stdout' to book format
-    ipptool2book stdout Phase3Exposures -key exp_tag -uniq
+    ipptool2book stdout p3PendingExp -key exp_tag -uniq
     if ($VERBOSE > 2)
-      book listbook Phase3Exposures
+      book listbook p3PendingExp
     end
 
     # delete existing entries which are DONE
-    book delpage Phase3Exposures -key state DONE
+    book delpage p3PendingExp -key state DONE
   end
 
@@ -73,15 +73,15 @@
 
   task.exec
-    book npages Phase3Exposures -var N
+    book npages p3PendingExp -var N
     if ($N == 0) break
     if ($network == 0) break
     
-    # look for new images in Phase3Exposures (state == NULL)
-    book getpage Phase3Exposures 0 -var pageName -key state NULL
+    # look for new images in p3PendingExp (state == NULL)
+    book getpage p3PendingExp 0 -var pageName -key state NULL
     if ($pageName == NULL) break
 
-    book setword Phase3Exposures $pageName state RUN
-    book getword Phase3Exposures $pageName camera -var CAMERA
-    book getword Phase3Exposures $pageName exp_tag -var EXP_TAG
+    book setword p3PendingExp $pageName state RUN
+    book getword p3PendingExp $pageName camera -var CAMERA
+    book getword p3PendingExp $pageName exp_tag -var EXP_TAG
 
     # specify choice of remote host:(need to choose based on chips)
@@ -113,5 +113,5 @@
   task.exit 0
     # phase3exp.pl updates DB tables, here we just update the page
-    book setword Phase3Exposures $options:0 state DONE
+    book setword p3PendingExp $options:0 state DONE
   end
 
@@ -119,5 +119,5 @@
   task.exit    default
     showcommand failure
-    book setword Phase3Exposures $options:0 state FAIL
+    book setword p3PendingExp $options:0 state FAIL
   end
 
@@ -125,5 +125,5 @@
   task.exit    timeout
     showcommand timeout
-    book setword Phase3Exposures $options:0 state TIMEOUT
+    book setword p3PendingExp $options:0 state TIMEOUT
   end
 end
