Index: /branches/eam_branch_00/ippTasks/detrend.mkruns.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/detrend.mkruns.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/detrend.mkruns.pro	(revision 11012)
@@ -1,2 +1,4 @@
+## XXX this script needs to be updated to use books, not queues
+## XXX this script needs to be reconsidered...
 
 ## This script defines tasks which regularly initiate the detrend
Index: /branches/eam_branch_00/ippTasks/detrend.norm.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/detrend.norm.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/detrend.norm.pro	(revision 11012)
@@ -30,5 +30,5 @@
 
 # select images ready for copy 
-# new entries are added to queue DetrendNormStat
+# new entries are added to DetrendNormStat
 # compare the new list with the ones already selected
 task	       dettool.normstat.load
@@ -232,5 +232,5 @@
 
 # select images ready for copy 
-# new entries are added to queue DetrendNormExp
+# new entries are added to DetrendNormExp
 # compare the new list with the ones already selected
 task	       dettool.normexp.load
Index: /branches/eam_branch_00/ippTasks/detrend.process.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/detrend.process.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/detrend.process.pro	(revision 11012)
@@ -29,5 +29,5 @@
 
 # select images ready for copy 
-# new entries are added to queue DetrendProcessImfiles
+# new entries are added to DetrendProcessImfiles
 # compare the new list with the ones already selected
 task	       dettool.process.load
@@ -79,5 +79,5 @@
     if ($network == 0) break
     
-    # look for new images in DetrendProcessImfiles queue
+    # look for new images in DetrendProcessImfiles
     book getpage DetrendProcessImfiles 0 -var pageName -key state NULL
     if ($pageName == NULL) break
@@ -132,5 +132,5 @@
 
 # select images ready for copy 
-# new entries are added to queue DetrendProcessExposures
+# new entries are added to DetrendProcessExposures
 # compare the new list with the ones already selected
 task	       dettool.processexp.load
Index: /branches/eam_branch_00/ippTasks/detrend.reject.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/detrend.reject.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/detrend.reject.pro	(revision 11012)
@@ -26,5 +26,5 @@
 
 # select images ready for copy 
-# new entries are added to queue DetrendRejectExp
+# new entries are added to DetrendRejectExp
 # compare the new list with the ones already selected
 task	       dettool.reject.load
Index: /branches/eam_branch_00/ippTasks/detrend.resid.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/detrend.resid.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/detrend.resid.pro	(revision 11012)
@@ -28,5 +28,5 @@
 
 # select images ready for copy 
-# new entries are added to queue DetrendResidImfiles
+# new entries are added to DetrendResidImfiles
 # compare the new list with the ones already selected
 task	       dettool.resid.load
Index: /branches/eam_branch_00/ippTasks/detrend.stack.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/detrend.stack.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/detrend.stack.pro	(revision 11012)
@@ -22,6 +22,5 @@
 
 macro detstack.status
-  queueprint DetrendStackClass
-  echo "DetrendStackClassFail: $DetrendStackClassFail"
+  book listbook DetrendStackClass
 end
 
Index: /branches/eam_branch_00/ippTasks/phase0.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/phase0.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/phase0.pro	(revision 11012)
@@ -29,5 +29,5 @@
 
 # select images ready for phase0 analysis
-# new entries are added to queue Phase0Imfiles
+# new entries are added to Phase0Imfiles
 # compare the new list with the ones already selected
 task	       phase0.imfile.load
@@ -116,5 +116,5 @@
   # success
   task.exit 0
-    # phase0_imfile.pl updates DB tables, here we just update the queue
+    # phase0_imfile.pl updates DB tables, here we just update the page
     book setword Phase0Imfiles $options:0 state DONE
   end
@@ -216,5 +216,5 @@
   # success
   task.exit 0
-    # phase0exp.pl updates DB tables, here we just update the queue
+    # phase0exp.pl updates DB tables, here we just update the page
     book setword Phase0Exposures $options:0 state DONE
   end
Index: /branches/eam_branch_00/ippTasks/phase2.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/phase2.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/phase2.pro	(revision 11012)
@@ -117,5 +117,5 @@
   # success
   task.exit 0
-    # phase2.pl updates DB tables, here we just update the queue
+    # phase2.pl updates DB tables, here we just update the page
     book setword p2PendingImfile $options:0 state DONE
   end
Index: /branches/eam_branch_00/ippTasks/phase3.pro
===================================================================
--- /branches/eam_branch_00/ippTasks/phase3.pro	(revision 11011)
+++ /branches/eam_branch_00/ippTasks/phase3.pro	(revision 11012)
@@ -112,5 +112,5 @@
   # success
   task.exit 0
-    # phase3exp.pl updates DB tables, here we just update the queue
+    # phase3exp.pl updates DB tables, here we just update the page
     book setword Phase3Exposures $options:0 state DONE
   end
