IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34843 for trunk/psModules


Ignore:
Timestamp:
Dec 18, 2012, 10:04:00 AM (13 years ago)
Author:
eugene
Message:

merging changes from czw

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

  • trunk/psModules/src/camera/pmFPABin.c

    r34800 r34843  
    101101            }
    102102            outImage->data.F32[yOut][xOut] = imageValue;
    103             //            outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = maskValue;
    104             outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = 0;
     103            if (0) {
     104              outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = maskValue;
     105            } else {
     106              outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = 0;
     107            }
    105108            for (int j = 0; j < Nbits; j++) {
    106109              if (bitcounter[j] > 0.5 * pxlcount) {
Note: See TracChangeset for help on using the changeset viewer.