Index: branches/eam_branch_20080109/ippTasks/summit.copy.pro
===================================================================
--- branches/eam_branch_20080109/ippTasks/summit.copy.pro	(revision 16054)
+++ branches/eam_branch_20080109/ippTasks/summit.copy.pro	(revision 16149)
@@ -7,5 +7,7 @@
 # pztool -adddatastore -inst allskycam -telescope ps1 -uri  http://otis1.ifa.hawaii.edu/ds/allskycam/index.txt
 
-$workdir    = /data/ipp010.0/
+# XXX these things below need to be set in pantasks.pro, perhaps with a site-dependent call.
+# XXX not sure how to handle the .N value if we need to use more than one
+$workdir_template = /data/@HOST@.0/
 
 $VERBOSE = 1
@@ -34,4 +36,5 @@
     periods      -poll     1
     periods      -timeout  15
+    npending     1
 
     # success
@@ -263,5 +266,9 @@
         substr $DATEOBS 8 2 DAY
 
+        # we need to set the workdir based on 1) nebulous or not? 2) chip/host relationship
+       	set.workdir.by.camera $CAMERA $CLASS_ID /data/@HOST@.0
+
         # figure out filename
+	# XXXX this filename needs to use nebulous names
         $FILENAME = $workdir/$CAMERA/$YEAR/$MONTH/$DAY/$EXP_NAME/$EXP_NAME.$CLASS_ID.fits
 
