Changeset 17437 for trunk/psModules/src/astrom/pmAstrometryObjects.c
- Timestamp:
- Apr 10, 2008, 9:42:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.c
r17036 r17437 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1.3 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2008-0 3-18 18:38:14$10 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-04-11 07:42:05 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 756 756 newStat->center = center; 757 757 758 if (isfinite(newStat->minMetric) && (newStat->minMetric < minStat->minMetric)) {758 if (isfinite(newStat->minMetric) && (newStat->minMetric > 0.0) && (newStat->minMetric < minStat->minMetric)) { 759 759 *minStat = *newStat; 760 760 psLogMsg ("psModule.astrom", 4, "grid test - offset: %7.2f,%7.2f @ %6.1f deg x %7.3f (%4d pts, %5.1f sig, %5.1f var, %6.3f log metric) *",
Note:
See TracChangeset
for help on using the changeset viewer.
