From a6c6a599e188b58e6b5895d38fb4c727e87df120 Mon Sep 17 00:00:00 2001 From: mkassner Date: Tue, 7 Mar 2017 11:21:49 +0100 Subject: [PATCH] Update gaze_mappers.py --- pupil_src/shared_modules/calibration_routines/gaze_mappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pupil_src/shared_modules/calibration_routines/gaze_mappers.py b/pupil_src/shared_modules/calibration_routines/gaze_mappers.py index 3b4476efe1..dc1b94e061 100644 --- a/pupil_src/shared_modules/calibration_routines/gaze_mappers.py +++ b/pupil_src/shared_modules/calibration_routines/gaze_mappers.py @@ -24,7 +24,7 @@ from . visualizer_calibration import Calibration_Visualizer def _clamp_norm_point(pos): - '''realisitic numbers for norm pos should be in this range. + '''realistic numbers for norm pos should be in this range. Grossly bigger or smaller numbers are results bad exrapolation and can cause overflow erorr when denormalized and cast as int32. '''