mattm
About
- Username
- mattm
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
Thanks @mirko The problem is solved enough for me now, I'm not sure that it's related to the (-1 -1) problem, which I have sometimes observed. I don't know the exact problem, but the version of libtobii.wait_for_saccade_start() that I have installe…
-
Just to close the loop, I ended up eliminating OpenSesame and implementing in Pygaze. That did not solve the problem, but did help a bit with localising it to the saccade detection functions. I pulled out those functions from Github, redeclared them…
-
Ah awesome, thanks!
-
Fantastic! Is there a straightforward way to pass it arguments (e.g., radius)? I suspect more overriding.
-
I don't suppose there is a straightforward way to make _stim a compound stimulus, my task is to combine multiple Pie objects into a kind of gauge thing for RT feedback. Of course I could make a separate object for each wedge, but it is not very grac…
-
Many thanks, I will use it carefully!
-
Running in fullscreen instead of windowed solved the immediatge problem. Still not sure why it suddenly stopped working windowed.
-
Thank @imnotamember, sorry for the late reply, a couple of other things jumped in front of me. I'm not afraid of coding (I have a software engineering degree), I'm happy to put something together from the egi module.
-
Just reviving this, what's the current best practice for sending triggers to Netstation using Opensesame?
-
Thanks!
-
I have managed to solve it by using pip to install pysoundfile. I am however still slightly stuck, how do I run the version of Opensesame that I just installed?
-
Thanks for your reply Daniel! I must admit that I am not particularly knowledgeable about Python environments. I'm trying to install into a 3.6.10 environment (maybe that's the wrong thing to do) >conda create --name opensesame_p36 python=3.6 >…
-
Looks like PyGaze has been updated to Python 3 (great work @Edwin!) Is there any further integration that needs to be done on the OpenSesame end?