IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2009, 3:17:29 PM (17 years ago)
Author:
bills
Message:

various changes to the postage stamp server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r26242 r26289  
    4343    my $mjd_max  = shift;
    4444    my $filter   = shift;
    45     my $label    = shift;
     45    my $data_group    = shift;
    4646    my $verbose  = shift;
    4747
     
    128128    }
    129129
    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);
    131131
    132132    return $results;
     
    148148    my $dateobs_end   = shift;
    149149    my $filter = shift;
    150     my $label = shift;
     150    my $data_group = shift;
    151151    my $verbose  = shift;
    152152
     
    281281
    282282    $command .= " -filter $filter" if !isnull($filter);
    283     $command .= " -label $label" if !isnull($label);
     283    $command .= " -data_group $data_group" if !isnull($data_group);
    284284
    285285    # run the tool and parse the output
Note: See TracChangeset for help on using the changeset viewer.