Changes between Version 109 and Version 110 of DatabaseBasedAnalysis
- Timestamp:
- 09/02/18 14:54:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v109 v110 383 383 double py = cr*Y+sr*X; 384 384 385 double dx = MeanX - px /abberation;386 double dy = MeanY - py /abberation;385 double dx = MeanX - px*abberation; 386 double dy = MeanY - py*abberation; 387 387 388 388 double dist = sqrt(dx*dx + dy*dy);