IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24906


Ignore:
Timestamp:
Jul 22, 2009, 10:49:51 PM (17 years ago)
Author:
eugene
Message:

skip NAN pixels in making binned image

File:
1 edited

Legend:

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

    r24479 r24906  
    6060                        continue;
    6161                    }
     62                    if (!isfinite(inImage->data.F32[y][x])) {
     63                        continue;
     64                    }
    6265                    sum += inImage->data.F32[y][x];
    6366                    numPix++;
Note: See TracChangeset for help on using the changeset viewer.