Index: /trunk/ippTasks/ipphosts.mhpcc.config
===================================================================
--- /trunk/ippTasks/ipphosts.mhpcc.config	(revision 32445)
+++ /trunk/ippTasks/ipphosts.mhpcc.config	(revision 32446)
@@ -441,2 +441,81 @@
   sky75 STR  ipp053
 END
+
+ipphosts METADATA
+  camera STR STARE
+
+  ota01  STR  ipp010
+  ota02  STR  ipp010
+  ota03  STR  ipp010
+  ota04  STR  ipp010
+	            
+  ota05  STR  ipp011
+  ota06  STR  ipp011
+  ota10  STR  ipp011
+  ota11  STR  ipp011
+	            
+  ota12  STR  ipp012
+  ota13  STR  ipp012
+  ota14  STR  ipp012
+  ota15  STR  ipp012
+	            
+  ota16  STR  ipp013
+  ota17  STR  ipp013
+  ota20  STR  ipp013
+  ota21  STR  ipp013
+	            
+  ota22  STR  ipp014
+  ota23  STR  ipp014
+  ota24  STR  ipp014
+  ota25  STR  ipp014
+	            
+  ota26  STR  ipp015
+  ota27  STR  ipp015
+  ota30  STR  ipp015
+  ota31  STR  ipp015
+	            
+  ota32  STR  ipp016
+  ota33  STR  ipp016
+  ota34  STR  ipp016
+  ota35  STR  ipp016
+	            
+  ota36  STR  ipp017
+  ota37  STR  ipp017
+  ota40  STR  ipp017
+  ota41  STR  ipp017
+	            
+  ota42  STR  ipp018
+  ota43  STR  ipp018
+  ota44  STR  ipp018
+  ota45  STR  ipp018
+	            
+  ota46  STR  ipp019
+  ota47  STR  ipp019
+  ota50  STR  ipp019
+  ota51  STR  ipp019
+	            
+  ota52  STR  ipp020
+  ota53  STR  ipp020
+  ota54  STR  ipp020
+  ota55  STR  ipp020
+	            
+  ota56  STR  ipp021
+  ota57  STR  ipp021
+  ota60  STR  ipp021
+  ota61  STR  ipp021
+	            
+  ota62  STR  ipp010
+  ota63  STR  ipp011
+  ota64  STR  ipp012
+  ota65  STR  ipp013
+	            
+  ota66  STR  ipp014
+  ota67  STR  ipp015
+  ota71  STR  ipp016
+  ota72  STR  ipp017
+	            
+  ota73  STR  ipp018
+  ota74  STR  ipp019
+  ota75  STR  ipp020
+  ota76  STR  ipp021
+END
Index: /trunk/ippTasks/summit.copy.pro
===================================================================
--- /trunk/ippTasks/summit.copy.pro	(revision 32445)
+++ /trunk/ippTasks/summit.copy.pro	(revision 32446)
@@ -442,5 +442,12 @@
         # this function uses workdir_template, default_host, volume_template, volume_default,
         # it sets workdir and volume
-       	set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base
+
+        # Look to see if we have a stare type observation, and redirect it to an appropriate host
+	substr $EXP_NAME 10 1 EXPTYPE_KEY
+	if ("$EXPTYPE_KEY" == "a") 
+	  set.workdir.by.camera STARE $CLASS_ID $workdir_template $default_host workdir_base
+        else 
+          set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base
+        end
 
         # figure out filename
