IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2021, 8:16:29 AM (5 years ago)
Author:
eugene
Message:

adding stdev of median residual in bins as a more-robust measure of astrometry success

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/psModules/src/astrom/pmAstrometryObjects.h

    r39926 r41814  
    102102    double  dXrange;                    ///< 10% - 90% range X residuals (unmasked, high S/N)
    103103    double  dYrange;                    ///< 10% - 90% range Y residuals (unmasked, high S/N)
     104    double  dXstdev;                    ///< stdev of median residual in NxN bins
     105    double  dYstdev;                    ///< stdev of median residual in NxN bins
    104106}
    105107pmAstromFitResults;
Note: See TracChangeset for help on using the changeset viewer.