From 9c2b292bd32a8358d8baedfe682426cb47177bb0 Mon Sep 17 00:00:00 2001 From: Moritz Kassner Date: Tue, 11 Feb 2014 14:51:30 -0800 Subject: [PATCH] slightly more reasonable default value --- pupil_src/player/scan_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pupil_src/player/scan_path.py b/pupil_src/player/scan_path.py index 161398ae08..b82d23899b 100644 --- a/pupil_src/player/scan_path.py +++ b/pupil_src/player/scan_path.py @@ -23,7 +23,7 @@ class Scan_Path(Plugin): lock recent gaze points onto pixels. """ - def __init__(self, g_pool=None,timeframe=3.): + def __init__(self, g_pool=None,timeframe=1.): super(Scan_Path, self).__init__() #let the plugin work after most other plugins.