IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33013 for trunk/pstamp/scripts


Ignore:
Timestamp:
Dec 23, 2011, 11:09:15 AM (15 years ago)
Author:
bills
Message:

ignore select mask and variance bits for raw stage

File:
1 edited

Legend:

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

    r32990 r33013  
    108108        $nan_masked = 0;
    109109        $muggle = 1;
     110    }
     111
     112    if ($stage eq "raw") {
     113        $options &= ~($PSTAMP_SELECT_MASK | $PSTAMP_SELECT_VARIANCE);
    110114    }
    111115
Note: See TracChangeset for help on using the changeset viewer.