IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2010, 1:47:06 PM (16 years ago)
Author:
bills
Message:

add support for making stamps from unconvolved stacks and if
REQFILT is a single charcter append a '%' character

File:
1 edited

Legend:

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

    r25318 r27211  
    9595    $command .= " -dbname $dbname" if $dbname;
    9696    $command .= " -dbserver $dbserver" if $dbserver;
     97    $command .= " -label WEB.UP";
    9798    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    9899        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.