Changeset 13134
- Timestamp:
- May 2, 2007, 2:10:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.c
r12838 r13134 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 4-17 19:39:04$10 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-05-03 00:10:29 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 241 241 // fit chip-to-FPA transformation 242 242 // we run 'clipIter' cycles clipping in each of x and y, with only one iteration each 243 // need to use the stats lookups functions to get the width and center 243 244 for (int i = 0; i < stats->clipIter; i++) { 244 245 psVectorClipFitPolynomial2D (map->x, results->xStats, mask, 0xff, x, wt, X, Y); 246 // psTrace ("psModules.astrom", 3, "x resid: %f +/- %f (%ld of %ld)\n", results->xStats->robustMedian, results->xStats->robustStdev, results->xStats->clippedNvalues, x->n); 245 247 psTrace ("psModules.astrom", 3, "x resid: %f +/- %f (%ld of %ld)\n", results->xStats->clippedMean, results->xStats->clippedStdev, results->xStats->clippedNvalues, x->n); 246 248 247 249 psVectorClipFitPolynomial2D (map->y, results->yStats, mask, 0xff, y, wt, X, Y); 250 // psTrace ("psModules.astrom", 3, "y resid: %f +/- %f (%ld of %ld)\n", results->yStats->robustMedian, results->yStats->robustStdev, results->yStats->clippedNvalues, y->n); 248 251 psTrace ("psModules.astrom", 3, "y resid: %f +/- %f (%ld of %ld)\n", results->yStats->clippedMean, results->yStats->clippedStdev, results->yStats->clippedNvalues, y->n); 249 252 }
Note:
See TracChangeset
for help on using the changeset viewer.
