Index: trunk/ippTasks/rawcheck.pro
===================================================================
--- trunk/ippTasks/rawcheck.pro	(revision 36203)
+++ trunk/ippTasks/rawcheck.pro	(revision 36221)
@@ -5,5 +5,5 @@
 
 # load in the local configuration (NEB_USER, etc.)
-module nebulous.site.pro
+# module nebulous.site.pro
 
 $LOGSUBDIR = $LOGDIR/rawcheck
@@ -42,7 +42,5 @@
 
 
-
-$EXP_ID_START = 0
-$EXP_ID_RANGE = 500000
+$DATEOBS_MIN  = 1970-01-01T00:00:00
 
 task           rawcheck.load
@@ -50,7 +48,7 @@
 
   # modify these after the tasks are tested
-  periods      -poll 0.5
+  periods      -poll 600
   periods      -exec 5
-  periods      -timeout 1500
+  periods      -timeout 20
   npending     1
 
@@ -66,5 +64,5 @@
      end      
      
-     $run = regtool -processedexp -state compressed 
+     $run = regtool -processedexp -state compressed -dateobs_begin $DATEOBS_MIN 
      if ($DB:n == 0)
       option DEFAULT
@@ -77,5 +75,5 @@
     end
     add_poll_args run
-    add_poll_labels run
+#    add_poll_labels run
     command $run
   end
@@ -85,7 +83,12 @@
     # convert 'stdout' to book format
     ipptool2book stdout rawcheckPending -key exp_id -uniq -setword dbname $options:0 -setword pantaskState INIT
-        if ($VERBOSE > 2)
+    if ($VERBOSE > 2)
       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
@@ -112,5 +115,7 @@
   periods      -poll 0.5
   periods      -exec 5
-  periods      -timeout 600
+  periods      -timeout 1200
+  host         anyhost
+
 
   task.exec
@@ -136,5 +141,5 @@
 
     # these operations do not require a database to be specified
-    $run = neb-insck --dbname $DBNAME --exp_id $EXP_ID
+    $run = rawcheck.pl --dbname $DBNAME --exp_id $EXP_ID
 
     # save the pageName for future reference below
