Index: trunk/ippTasks/summit.copy.pro
===================================================================
--- trunk/ippTasks/summit.copy.pro	(revision 16376)
+++ trunk/ippTasks/summit.copy.pro	(revision 16379)
@@ -44,5 +44,5 @@
     active true
   end
-  task dsget
+  task summit_copy
     active true
   end
@@ -65,5 +65,5 @@
     active false
   end
-  task dsget
+  task summit_copy
     active false
   end
@@ -100,4 +100,6 @@
 
 # run pzgetexp periodically to populate pzPendingExp in the database (no I/O)
+# this task is querying the data store for a list of exposures ("filesets")
+# and inserting these into a db table on the local cluster (pzPendingExp)
 task pzgetexp
   periods      -exec     10
@@ -177,5 +179,8 @@
 end
 
-# run pzgetimfiles on pending exps
+# run pzgetimfiles on pending exps.  analogous to pzgetexp, this task
+# is downloading a list of imfiles reported by the datastore for a
+# given exposure ("fileset"), and placing the result in the local
+# database table of imfiles
 task pzgetimfile 
     periods      -exec     0.05
@@ -270,6 +275,6 @@
 
 
-# get dsget to retreive an imfile and then call pztool -copydone
-task dsget
+# retreive an imfile with dsget and then call pztool -copydone
+task summit_copy
     periods      -exec     5
     periods      -poll     0.05
