Index: /trunk/ippTasks/rawcheck.pro
===================================================================
--- /trunk/ippTasks/rawcheck.pro	(revision 36231)
+++ /trunk/ippTasks/rawcheck.pro	(revision 36232)
@@ -48,7 +48,7 @@
 
   # modify these after the tasks are tested
-  periods      -poll 600
-  periods      -exec 5
-  periods      -timeout 20
+  periods      -poll $LOADPOLL
+  periods      -exec $LOADEXEC
+  periods      -timeout 60
   npending     1
 
@@ -63,6 +63,12 @@
         break
      end      
+     if ($N > 1) 
+        book getpage rawcheckPending N -var pageName
+        book getword rawcheckPending $pageName dateobs -var DATEOBS_MIN
+     end
      
-     $run = regtool -processedexp -state compressed -dateobs_begin $DATEOBS_MIN 
+
+     $run = regtool -processedexp -state lossy -dateobs_begin $DATEOBS_MIN 
+
      if ($DB:n == 0)
       option DEFAULT
@@ -73,7 +79,7 @@
       $rawcheck_DB ++
       if ($rawcheck_DB >= $DB:n) set rawcheck_DB = 0
+
     end
     add_poll_args run
-#    add_poll_labels run
     command $run
   end
@@ -86,9 +92,4 @@
       book listbook rawcheckPending
     end
-
-      book listbook rawcheckPending
-    book npages rawcheckPending -var N
-    book getpage rawcheckPending N -var pageName
-    book getword rawcheckPending $pageName dateobs -var DATEOBS_MIN
 
     # delete existing entries in the appropriate pantaskStates
