IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2009, 3:25:23 PM (17 years ago)
Author:
eugene
Message:

add additional statistical measures to astrometry calibration

File:
1 edited

Legend:

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

    r26197 r26230  
    9696    int     nMatch;                     ///<
    9797    double  nSigma;                     ///<
     98    double  dXsys;                      ///< systematic error in X
     99    double  dYsys;                      ///< systematic error in Y
     100    double  dXrange;                    ///< 10% - 90% range X residuals (unmasked, high S/N)
     101    double  dYrange;                    ///< 10% - 90% range Y residuals (unmasked, high S/N)
    98102}
    99103pmAstromFitResults;
     
    355359);
    356360
     361float pmAstromVectorRange (psVector *myVector, float minFrac, float maxFrac, float stdevGuess);
     362
    357363/// @}
    358364#endif // PM_ASTROMETRY_OBJECTS_H
Note: See TracChangeset for help on using the changeset viewer.