Index: trunk/ippTasks/summit.copy.pro
===================================================================
--- trunk/ippTasks/summit.copy.pro	(revision 16208)
+++ trunk/ippTasks/summit.copy.pro	(revision 16298)
@@ -1,5 +1,4 @@
+## summit.copy.pro : tasks for the summit to IPP download : -*- sh -*-
 ## PanTasks scripts for Summit Copy
-
-module pantasks.pro
 
 # pztool -adddatastore -inst isp -telescope ps1 -uri http://otis1.ifa.hawaii.edu/ds/skyprobe/index.txt
@@ -16,4 +15,7 @@
 # @HOST@ may be substituted in later scripts.
 
+# test for required global variables
+check.globals
+
 # the templates are used if we have a class_id/host relationship; if none is found, the default values are used
 # XXX not sure how to handle the .N value if we need to use more than one
@@ -21,19 +23,8 @@
 if ($NEBULOUS)
  $default_host     = ipp004
- $workdir_template = neb:///@HOST@-v0
- $default_volume   = ipp004-v0
- $volume_template  = 
+ $workdir_template = neb:///@HOST@.0
 else
  $default_host     = ipp004
  $workdir_template = /data/@HOST@.0/
-end
-
-$VERBOSE = 1
-
-if ($?network == 0)
-  $network = 1
-end
-if ($?parallel == 0)
-  $parallel = 0
 end
 
@@ -162,5 +153,5 @@
 
     task.exec
-        if ($network == 0) break
+        if ($NETWORK == 0) break
 
         # if we are waiting on data, make the interval long
@@ -254,5 +245,5 @@
 
     task.exec
-        if ($network == 0) break
+        if ($NETWORK == 0) break
 
         # if we are waiting on data, make the interval long
