IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2010, 11:33:14 AM (16 years ago)
Author:
bills
Message:

Enable the postage stamp server to generate stamps from cleaned up data.
"Works" for chip and warp stages. diff and maybe stack to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_parser_run.pl

    r26151 r27751  
    2828my $redirect_output;
    2929my $product;
     30my $label;
    3031my $verbose;
    3132my $dbname;
     
    3637    'uri=s'             =>  \$uri,
    3738    'product=s'         =>  \$product,
     39    'label=s'           =>  \$label,
    3840    'redirect-output'   =>  \$redirect_output,
    3941    'verbose'           =>  \$verbose,
     
    146148        if ($request_type eq "PS1_PS_REQUEST") {
    147149            $reqType = 'pstamp';
    148             $parse_cmd = $pstampparse;
     150            $parse_cmd = "$pstampparse";
     151            $parse_cmd .= " --label $label" if $label;
    149152        } elsif ($request_type eq "MOPS_DETECTABILITY_QUERY") {
    150153            $reqType = 'dquery';
Note: See TracChangeset for help on using the changeset viewer.