marcus-nystrom / Titta

Python and PsychoPy interface to Tobii eye trackers using Tobii Pro SDK
Other
64 stars 27 forks source link

underscores in message variable 'stimulusname' #38

Closed dev-jam closed 1 year ago

dev-jam commented 1 year ago

In extract_trial_data.py, part # Read message for onset and offset:

In the onset_stimulusname and offset_stimulusname, stimulusname can have no underscores . Everything after the second underscore is omitted. I use filenames with underscores as 'stimulusname', so I have to replace my underscores in my filenames.

marcus-nystrom commented 1 year ago

Thanks! Fixed.

dev-jam commented 1 year ago

Works perfectly now. Thanks!