IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2008, 10:51:29 AM (18 years ago)
Author:
eugene
Message:

possibly do not ignore insignificant pixels (not used)

File:
1 edited

Legend:

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

    r18554 r19848  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-07-15 20:25:00 $
     8 *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-10-02 20:51:29 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    722722            // XXX EAM : check for valid S/N in pixel
    723723            // XXX EAM : should this limit be user-defined?
     724#if 1
    724725            if (PS_SQR(pDiff) < wDiff) {
    725 #if 1
    726726                psTrace("psModules.objects", 10, "Ignoring pixel %d,%d due to insignificance: %f, %f\n",
    727727                        col, row, pDiff, wDiff);
     728                continue;
     729            }
    728730#endif
    729                 continue;
    730             }
    731731
    732732            Var += wDiff;
Note: See TracChangeset for help on using the changeset viewer.