PyGazeAnalyser icon indicating copy to clipboard operation
PyGazeAnalyser copied to clipboard

Analysis and high-level plotting toolbox for eye-tracking data

Results 14 PyGazeAnalyser issues
Sort by recently updated
recently updated
newest added

Hi, Using the EyeTribe scanner creates a tsv file in the slideshow folder. But the code for the pygazeanalyzer requests a edf file and thus says no data found. Do...

I have data from Tobii Pro 2 Glasses. I have attached the CSV File. I want to plot fixations and heatmaps over the images. I have reader_tobii file. I don't...

The code assumes that the recording starts with no blinks. I recommend adding 0 at the beginning of the 'miss' array to prevent miss identification of blinks.

It is the issue from ECEM workshop File "/Applications/anaconda/lib/python2.7/site-packages/spyder/utils/site/sitecustomize.py", line 880, in runfile execfile(filename, namespace) File "/Applications/anaconda/lib/python2.7/site-packages/spyder/utils/site/sitecustomize.py", line 94, in execfile builtins.execfile(filename, *where) File "/Users/AShvarts/Documents/pyton/ECEMWorkshop/afternoon/analysis_mine.py", line 145, in savefilename=plotpath) File...

Hello, there is some sample EDF files for analysis?

I want to create heatmaps from existing data not collected with pygaze (rather collected via python and eyelink). I am stuck trying to figure out what the required .txt file...

When I try to import idfreader, an error always shows up: ModuleNotFoundError: No module named 'detectors' This is because idfreader imports functions from the file detectors but cant find its...

Hello. I'm not sure if the project is still alive (last update was 2 years ago). But... I've tried to create some pictures with analyser and found that data with...

Hello! I'm trying to produce a heatmap from an EyeTribe data file. The data seems to load and parse correctly, but `gazeplotter.draw_heatmap` keeps throwing TypeErrors. ``` import eyetribereader, gazeplotter, detectors...