Changeset 26289 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Nov 29, 2009, 3:17:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r26242 r26289 43 43 my $mjd_max = shift; 44 44 my $filter = shift; 45 my $ label= shift;45 my $data_group = shift; 46 46 my $verbose = shift; 47 47 … … 128 128 } 129 129 130 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);130 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); 131 131 132 132 return $results; … … 148 148 my $dateobs_end = shift; 149 149 my $filter = shift; 150 my $ label= shift;150 my $data_group = shift; 151 151 my $verbose = shift; 152 152 … … 281 281 282 282 $command .= " -filter $filter" if !isnull($filter); 283 $command .= " - label $label" if !isnull($label);283 $command .= " -data_group $data_group" if !isnull($data_group); 284 284 285 285 # run the tool and parse the output
Note:
See TracChangeset
for help on using the changeset viewer.
