imnotamember
About
- Username
- imnotamember
- Joined
- Visits
- 29
- Last Active
- Roles
- Member
Comments
-
Hi @mattm , I'm the sole maintainer of the PyNetstation plug-in for OpenSesame and semi-maintainer of the `egi` module. Currently the most reliable way to send triggers to NetStation within OpenSesame is via inline scripts using the `egi` module as …
-
Hi GoSugar, I've made a number of revisions to the original paradigm to match various other versions of the experiment. The original implementation and underlying discussion can be found here: http://www.impulsivity.org/measurement/BART The original…
-
Hey Nathan, Sorry for the crazy late response. I presume you got something going already (really sorry about that) but if you or anyone else is interested I'll be refining the plug-in soon to make it a fully integrated part of OpenSesame. There will…
-
Hey Mike, Sorry for the delay. The academic year put an end to my earlier endeavors on this plugin. The plug-in should definitely be used with psychopy backend at the moment as it has a specific function which aids in timing accuracy of stimuli on…
-
UPDATES Hey Mike, I'm in the process of updating the PyNetstation Plug-in for better accuracy in timing and it should be completed very shortly. Can you tell me what graphics card you were using which reported the offset jitter? Also, which backend…
-
Hi Sebastiaan, Great news, thanks for the update! I had a feeling it was something very close to the kernel. I'll update and repost if things are resolved then. Thanks again, Josh
-
Hello Michael, I'm actually the developer for the Pynetstation Plug-In. It was a brief side-project for exactly the purposes you mentioned (getting out of the E-Prime universe). It worked to a point, but I'm a lowly grad-student with very little fr…
-
Hi Sebastiaan, Thanks for the help! I ran your testing code both in the PsychoPy Coder and in a terminal within my python environment, and it works in both. As a side note, when I run this: ---API: 2OpenSesame: 3.1.6Platform: posix---set width 10…
-
Glad you could figure it out on your own! I hope that was in part due to the clear coding on my end. ;) This experiment was designed to perform 20 pumps max per round. Hopefully this doesn't effect the end performance for you. It is probably worth…
-
Hey Joao, Here's a link to the Behavioral BART for OpenSesame. Let me know if you have any questions. Feel free to pass the experiment around if you like it. https://github.com/imnotamember/BART-OpenSesame Best, Josh
-
Hi bdnf (if that is your real name :p ), I created a version of the BART a couple of times. If you want a copy that is a pretty straightforward version for replicating the original this might help. If I'm not mistaken it required some coding to acc…
-
Hey Pietro, I've just updated the pynetstation_init/pynetstation_init.py file. Replace the one you currently have with the updated file on github. Let me know if you have more issues. I made this plugin months ago and since data collection ended I…
-
Hey Sebastiaan, The pre-release is definitely more efficient with my larger experiment. Thanks for the update. Best, Josh :)
-
Thanks Sebastiaan, I was able to correct my problem after reading your response. It turned out I wasn't referencing my object properly within the self.experiment object. It's all working now with bells and whistles. I set up a repository for it on …
-
I also have noticed a significant change in performance in Windows, but not during the experiment. I notice that programming the experiment in the GUI is taking significantly longer to do than in 2.8. Are you using 2.9? All of these versions (2.9-2.…