IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26164


Ignore:
Timestamp:
Nov 16, 2009, 6:30:30 PM (16 years ago)
Author:
eugene
Message:

prepare to improve residual stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/psModules/src/astrom/pmAstrometryObjects.c

    r26129 r26164  
    301301    results->yStats->clipIter = stats->clipIter;
    302302
     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
    303313    psFree (x);
    304314    psFree (y);
Note: See TracChangeset for help on using the changeset viewer.