Index: branches/eam_branches/ipp-20111122/ippTasks/summit.copy.pro
===================================================================
--- branches/eam_branches/ipp-20111122/ippTasks/summit.copy.pro	(revision 32758)
+++ branches/eam_branches/ipp-20111122/ippTasks/summit.copy.pro	(revision 33638)
@@ -29,4 +29,8 @@
 # list of pzDownloadExps that have completed downloading
 book init pzPendingAdvance
+
+macro copy.status
+    book listbook pzPendingImfile
+end
 
 macro copy.on
@@ -446,6 +450,12 @@
 	substr $EXP_NAME 10 1 EXPTYPE_KEY
 	if ("$EXPTYPE_KEY" == "a") 
+	  if ($NEBULOUS == 1) 
+	    $workdir_template = neb://@HOST@.1
+	  end
 	  set.workdir.by.camera STARE $CLASS_ID $workdir_template $default_host workdir_base
         else 
+	  if ($NEBULOUS == 1)
+	    $workdir_template = neb://@HOST@.0
+	  end
           set.workdir.by.camera $CAMERA $CLASS_ID $workdir_template $default_host workdir_base
         end
