Changeset 26164
- Timestamp:
- Nov 16, 2009, 6:30:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/psModules/src/astrom/pmAstrometryObjects.c
r26129 r26164 301 301 results->yStats->clipIter = stats->clipIter; 302 302 303 # if (0) 304 // XXX calculate the 90%-ile and the systematic scatter for each direction. 305 psVector *xFit = psPolynomial2DEvalVector (map->x, X, Y); 306 if (!xFit) abort(); 307 psVector *xRes = psBinaryOp (x, "-", xFit); 308 if (!xRes) abort(); 309 310 float dXsys = psVectorSystematicError (xRes, xErr, 0.05); 311 # endif 312 303 313 psFree (x); 304 314 psFree (y);
Note:
See TracChangeset
for help on using the changeset viewer.
