IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2012, 3:44:18 PM (14 years ago)
Author:
bills
Message:

if user specifies center of 0,0 in pixel coordinates we do not
make a stamp but instead return the whole image.
Add option to return uncompressed stamp images

File:
1 edited

Legend:

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

    r33381 r33512  
    226226    my $command = "$ppstamp $outputBase $argString $fileArgs";
    227227    $command .= " -write_jpeg" if ($options & $PSTAMP_SELECT_JPEG);
     228    $command .= " -nocompress" if ($options & $PSTAMP_SELECT_UNCOMPRESSED);
     229    $command .= " -stage $stage";
     230    $command .= " -censor_masked" if $nan_masked;
    228231    $command .= " -dbname $dbname" if $dbname;
    229232    $command .= " -dbserver $dbserver" if $dbserver;
    230     $command .= " -stage $stage";
    231     $command .= " -no_censor_masked" unless $nan_masked;
    232233    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    233234        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.