Skip to content

Commit

Permalink
slightly more reasonable default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Feb 11, 2014
1 parent 834c679 commit 9c2b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/player/scan_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c2b292

Please sign in to comment.