IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2009, 8:45:16 PM (17 years ago)
Author:
eugene
Message:

maskValue was float type, should psImageMaskType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPABin.c

    r24003 r24479  
    6565            }
    6666
    67             float imageValue, maskValue;// Values to set
     67            // Values to set
     68            float imageValue;
     69            psImageMaskType maskValue;
    6870            if (numPix > 0) {
    6971                imageValue = sum / numPix;
Note: See TracChangeset for help on using the changeset viewer.