faedojury
About
- Username
- faedojury
- Joined
- Visits
- 46
- Last Active
- Roles
- Member
Comments
-
Hi Luigi, Unfortunately I never found a solution . So I moved to another stimulus presentation software. I hoipe you got better luck! Cheers F.
-
Hi Sebastiaan, Thanks for your reply. You re totally right with the issue inpout32.dll ... I want to send a "1" and not to read the port. I need to present a picture and send a "1" to the parallel port either 0-100-150-200 ms a…
-
Hi there, It seems that my pastebin link expired so I reupload in case somebody is interested to give me some help on this issue. http://pastebin.com/AxDgLAqc Thanks in advance for any idea or help to deal with this problem. Felipe
-
Hi Sebastiaan, Thanks for your answer. There are two ways toa ccess the TMS serial or parallel port. The parallel seems to be much easier since you just need to sens a "1" to open the port and activate the tms pulse and a "0" to …
-
Hi Sebastiaan, Thanks a lot for your fast answer... So far I have the code line like this: from psychopy import corefrom psychopy.visual import GratingStim, SimpleImageStim, TextStim, Circleimport numpy as npfrom ctypes import windllim.draw() #…
-
Thanks a lot Sebastiaan, Everything working fine now. Cheers! Felipe
-
Hi Sebastiaan, Thanks a lot for your answer. But i still dont get it how you manage to make it work without the option of the transparent variable manager. In the experiment I have some pictures that are preload at the beggining of each trial, the…
-
Hi Sebastiaan , Thanks a lot for your reply! I think your answer is probably close of the root of the problem. Nevertheless is that were the case, shouldn't be that the "Logfile" registers the last answer and not the first one pressed (a…
-
Hi Edwin, Thanks a lot for your reply. I did what you asked me and this is what I get when I put the print lines after the button press in-line code but before the logger Item (so looks fine): Python: x=-143, y=-496 OpenSesame: x=-143, y=-496 Py…
-
Hi Sebastiaan Thanks for your answer. It seems it is not just a problem of how I called the library because anyway it crashes if you write it well. It doesnt find any psychopy library actually, not textStim either (that was well writen in my prev…
-
Hi Sebastiaan, Thanks a lot for your help. I am using winpython with spyder as GUI. So now I am trying to run Opensesame from source in a way i can connect the eyetracker. I managed to install all the libriries required. Nevertheless, when i run …
-
Hi Watson 45, I installed the new version of Opensesame, and re-installed the libraries step by step as the instructions : http://osdoc.cogsci.nl/devices/eyelink/#step-1-installing-opensesame-from-source and I still have the same problem... (Imag…
-
Hi Sebastiaan, Thanks a lot for your fast answer (as usual). Here are some answers to your question: 1- I followed the instructions step by step from this link: http://osdoc.cogsci.nl/devices/eyelink/ Nevertheless when I arrived to the step 6 it wa…
-
Hi Eoin, Thanks for your reply. Sorry I wasnt so clear. Actually what I need is to present continuously one picture during 3 secs on one side of the screen (banana) while on the other side of the screen at the same time are flickering the mondria…
-
Hi There again... This is maybe a really silly question but I 've been stuck on it for some hours and i cant find a proper solution. In the CFS experiment I have succesfully overcome the problem of multiple pictures presentation thanks to Eoin's ide…
-
Hi Eoin, Thanks a lot again for your help. Actually my original idea was trying to generate images on the fly but it seems that any method is definitely too inefficient, since requires the generation of multiple canvas. As you proposed i am at the …
-
Thanks a lot for your answer Eoin, To add the needed frames in the prepare phase doesn't seems to really improve the situation. Still the refresh rate is too slow. For the moment i am thinking about 2 options. One is to load at the very beginning…
-
Hi Sebastian, Got everything much more clear now. Thanks a lot for your time and patience. Experiment is working well now. Best Felipe
-
Hi Sebastian, Thanks a lot for your quick answer. Nevertheless I still have 2 questions: 1- Like in me previous example: form = widgets.form(self.experiment, cols=[1,1,1], rows=[1,1,1,1,1,1,1], margins=(200,200,50,100), spacing=50)question_te…