IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13863


Ignore:
Timestamp:
Jun 18, 2007, 12:17:35 PM (19 years ago)
Author:
magnier
Message:

masking nan pixels to mask value BAD

File:
1 edited

Legend:

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

    r13591 r13863  
    136136                maskData[i][j] |= badMask;
    137137            }
     138            if (!isfinite(imageData[i][j])) {
     139                maskData[i][j] |= badMask;
     140            }
    138141        }
    139142    }
Note: See TracChangeset for help on using the changeset viewer.