Changes between Version 109 and Version 110 of DatabaseBasedAnalysis


Ignore:
Timestamp:
09/02/18 14:54:06 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis

    v109 v110  
    383383            double py = cr*Y+sr*X;
    384384
    385             double dx = MeanX - px/abberation;
    386             double dy = MeanY - py/abberation;
     385            double dx = MeanX - px*abberation;
     386            double dy = MeanY - py*abberation;
    387387
    388388            double dist = sqrt(dx*dx + dy*dy);