IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2010, 3:29:11 PM (16 years ago)
Author:
bills
Message:

in pstamp_job_run.pl If the input images are not magicked do not set masked pixels to NAN.
in ppstamp add a flag to ppstamp to not censor (set to NAN) masked pixels.
(Default is to censor)

File:
1 edited

Legend:

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

    r29380 r29885  
    119119    $command .= " -dbserver $dbserver" if $dbserver;
    120120    $command .= " -stage $params->{stage}" if $params->{stage};
     121    $command .= " -no_censor_masked" unless $nan_masked;
    121122    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    122123        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.