IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14352


Ignore:
Timestamp:
Jul 20, 2007, 2:43:49 PM (19 years ago)
Author:
Paul Price
Message:

Don't want to combine Inf pixels either.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r14351 r14352  
    249249
    250250                pixelsData[r] = image->data.F32[yIn][xIn];
    251                 if (isnan(pixelsData[r])) {
     251                if (!isfinite(pixelsData[r])) {
    252252                    maskData[r] = 1;
    253253                    continue;
Note: See TracChangeset for help on using the changeset viewer.