Björn Guth

Results 4 issues of Björn Guth

I am not 100% sure whether this is a bug or I'm just doing something wrong, but based on the documentation, this behavior should not happen the way it is....

bug
fread

If I analysed the code for Tobii eye trackers correctly, there might be a problem with the detection of saccades. In the paper mentioned in the README.md it is stated...

enhancement

In the `__init__` for `TobiiTracker` the values for `saccade_velocity_threshold` and `saccade_accelaraiton_threshold` are hard coded to be set to `35` and `9500` respectively. These values should be set in `defaults.py` or...

bug

I added the option to add an image as logo to the navigation bar by adding a configuration parameter to the `book` table of the `book.toml`. This resolves #877 I...