Index: trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
===================================================================
--- trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 26242)
+++ trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 26289)
@@ -43,5 +43,5 @@
     my $mjd_max  = shift;
     my $filter   = shift;
-    my $label    = shift;
+    my $data_group    = shift;
     my $verbose  = shift;
 
@@ -128,5 +128,5 @@
     }
 
-    my $results = lookup($ipprc, $image_db, $req_type, $img_type, $id, $tess_id, $component, $need_magic, $x, $y, $dateobs_begin, $dateobs_end, $filter, $label, $verbose);
+    my $results = lookup($ipprc, $image_db, $req_type, $img_type, $id, $tess_id, $component, $need_magic, $x, $y, $dateobs_begin, $dateobs_end, $filter, $data_group, $verbose);
 
     return $results;
@@ -148,5 +148,5 @@
     my $dateobs_end   = shift;
     my $filter = shift;
-    my $label = shift;
+    my $data_group = shift;
     my $verbose  = shift;
 
@@ -281,5 +281,5 @@
 
     $command .= " -filter $filter" if !isnull($filter);
-    $command .= " -label $label" if !isnull($label);
+    $command .= " -data_group $data_group" if !isnull($data_group);
 
     # run the tool and parse the output
