Changeset 19848 for trunk/psModules/src/objects/pmSource.c
- Timestamp:
- Oct 2, 2008, 10:51:29 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r18554 r19848 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.5 5$ $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 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 722 722 // XXX EAM : check for valid S/N in pixel 723 723 // XXX EAM : should this limit be user-defined? 724 #if 1 724 725 if (PS_SQR(pDiff) < wDiff) { 725 #if 1726 726 psTrace("psModules.objects", 10, "Ignoring pixel %d,%d due to insignificance: %f, %f\n", 727 727 col, row, pDiff, wDiff); 728 continue; 729 } 728 730 #endif 729 continue;730 }731 731 732 732 Var += wDiff;
Note:
See TracChangeset
for help on using the changeset viewer.
