IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27947


Ignore:
Timestamp:
May 13, 2010, 10:58:21 AM (16 years ago)
Author:
bills
Message:

Always pass the mask file to ppstamp. It is needed to set masked pixels to NAN
and to get the compression parameters right. It will only be placed in the fileset
if the user requested it.

File:
1 edited

Legend:

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

    r27898 r27947  
    9090
    9191    $argString .= " -file $params->{image}";
    92     if ($options & $PSTAMP_SELECT_MASK) {
    93         $argString .= " -mask $params->{mask}";
    94     }
     92    $argString .= " -mask $params->{mask}";
    9593    if ($options & $PSTAMP_SELECT_VARIANCE) {
    9694        $argString .= " -variance $params->{weight}";
Note: See TracChangeset for help on using the changeset viewer.