IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2008, 4:26:17 PM (18 years ago)
Author:
eugene
Message:

skip nan pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r17832 r18042  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-05-28 21:48:49 $
     8 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-06-10 02:26:17 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    703703                vMsk++;
    704704            }
     705            if (isnan(*vPix)) continue;
    705706
    706707            psF32 xDiff = col + xOff;
Note: See TracChangeset for help on using the changeset viewer.