IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34062 for trunk/psModules


Ignore:
Timestamp:
Jun 25, 2012, 11:47:11 AM (14 years ago)
Author:
watersc1
Message:

Retain all static mask bits when constructing mask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmMaskBadPixels.c

    r25877 r34062  
    6464            for (int i = 0; i < inMask->numCols; i++) {
    6565                int xI = i - offCol;
    66                 inVal[j][i] |= (maskVal & exVal[xJ][xI]);
     66                inVal[j][i] |= (exVal[xJ][xI]);
    6767            }
    6868        }
Note: See TracChangeset for help on using the changeset viewer.