Index: /trunk/ippScripts/scripts/summit_copy.pl
===================================================================
--- /trunk/ippScripts/scripts/summit_copy.pl	(revision 16378)
+++ /trunk/ippScripts/scripts/summit_copy.pl	(revision 16379)
@@ -90,5 +90,5 @@
     unless ($success) {
 	$error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
-	&my_die("Unable to perform dsget: $error_code", $exp_name, $inst, $telescope, $class, $class_id, $error_code);
+	&my_die("Unable to perform dsget: $error_code", $exp_name, $inst, $telescope, $class, $class_id, $uri, $error_code);
     }
 } else {
@@ -113,5 +113,5 @@
     unless ($success) {
 	$error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
-	warn("Unable to perform pztool -copydone: $error_code\n");
+	warn("Unable to perform $command: $error_code\n");
 	exit($error_code);
     }
@@ -122,10 +122,11 @@
 sub my_die
 {
-    my $msg = shift; # Warning message on die
-    my $exp_name = shift; # Chiptool identifier
-    my $inst = shift; # Chiptool identifier
+    my $msg       = shift; # Warning message on die
+    my $exp_name  = shift; # Chiptool identifier
+    my $inst      = shift; # Chiptool identifier
     my $telescope = shift; # Class identifier
-    my $class = shift; # Class identifier
-    my $class_id = shift; # Class identifier
+    my $class     = shift; # Class identifier
+    my $class_id  = shift; # Class identifier
+    my $uri       = shift; # Class identifier
     my $exit_code = shift; # Exit code to add
 
@@ -140,4 +141,5 @@
 	$command .= " -class $class";
 	$command .= " -class_id $class_id";
+	$command .= " -uri $uri";
 	$command .= " -code $exit_code";
 	$command .= " -dbname $dbname" if defined $dbname;
Index: /trunk/ippTasks/summit.copy.pro
===================================================================
--- /trunk/ippTasks/summit.copy.pro	(revision 16378)
+++ /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
