Index: trunk/ippTasks/detrend.reject.pro
===================================================================
--- trunk/ippTasks/detrend.reject.pro	(revision 9490)
+++ trunk/ippTasks/detrend.reject.pro	(revision 9506)
@@ -28,6 +28,6 @@
   host         local
 
-  periods      -poll 1.0
-  periods      -exec 3.0
+  periods      -poll $loadpoll
+  periods      -exec $loadexec
   periods      -timeout 30
 
@@ -69,6 +69,6 @@
 # copy new images, sending job to desired host
 task	       dettool.reject.run
-  periods      -poll 0.5
-  periods      -exec 1.0
+  periods      -poll $runpoll
+  periods      -exec $runexec
   periods      -timeout 30
 
@@ -109,6 +109,6 @@
     # create example job options as a demonstration
     options "$line"
-    echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE
-    command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE
+    echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA
+    command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA
  end
 
