Index: trunk/operations/stdscience/input
===================================================================
--- trunk/operations/stdscience/input	(revision 25224)
+++ trunk/operations/stdscience/input	(revision 26053)
@@ -10,12 +10,11 @@
   module diff.pro
   module magic.pro
-  
-  # turn destreaking off. we are running this in a separate pantasks for now
-  magic.ds.off
+  module destreak.pro
+  module dist.pro
+  module rcserver.pro
 
-  # module survey.pro
+  module survey.pro
 
   module site.mhpcc.pro
-
   init.copy.mhpcc on
   queueload tmp -x "cat $MODULES:0/ipphosts.mhpcc.config"
@@ -25,37 +24,26 @@
   # init.site (we do not use init.site because it loads the hosts)
 
+  # magic.ds.off
+
   add.database gpc1
   add.label dummy
-  set.poll 100
-end
-
-macro set.poll
-  if ($0 != 2)
-    echo "USAGE:set.poll (value)"
-    break
-  end
- 
-  $POLLLIMIT = $1
-end
-
-macro get.poll
-  echo "poll limit: $POLLLIMIT"
+  set.poll 180
 end
 
 macro load.hosts.wave1
-  controller host add ipp005 -threads 4
+  controller host add ipp005 -threads 4 
   controller host add ipp006 -threads 4
-# controller host add ipp007 -threads 4 (respawning?)
+  controller host add ipp007 -threads 4 
 # controller host add ipp008 -threads 4 (flaky)
-  controller host add ipp009 -threads 4
+# controller host add ipp009 -threads 4 (problem with cpu 3)
   controller host add ipp010 -threads 4
   controller host add ipp011 -threads 4
   controller host add ipp012 -threads 4
   controller host add ipp013 -threads 4
-# controller host add ipp014 -threads 4
+  controller host add ipp014 -threads 4
 # controller host add ipp016 -threads 4 (flaky)
   controller host add ipp017 -threads 4
 # controller host add ipp018 -threads 4 (flaky)
-# controller host add ipp019 -threads 4 (nebulous)
+  controller host add ipp019 -threads 4 
   controller host add ipp020 -threads 4
   controller host add ipp021 -threads 4
@@ -107,5 +95,5 @@
   controller host add ippc05 -threads 4
   controller host add ippc06 -threads 4
-# controller host add ippc07 -threads 4 (pantasks - register)
+  controller host add ippc07 -threads 4 
   controller host add ippc08 -threads 4
   controller host add ippc09 -threads 4
@@ -118,6 +106,6 @@
   controller host add ippc16 -threads 4
   controller host add ippc17 -threads 4
-  controller host add ippc18 -threads 4
-  controller host add ippc19 -threads 4
+#  controller host add ippc18 -threads 4 (ipp home)
+#  controller host add ippc19 -threads 4 (ipp home)
 end
 
@@ -154,4 +142,16 @@
 macro chip.revert.off
   task chip.revert
+    active false
+  end
+end
+
+macro camera.revert.on
+  task camera.revert
+    active true
+  end
+end
+
+macro camera.revert.off
+  task camera.revert
     active false
   end
