arpit
About
- Username
- arpit
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
Hi Josh, Thanks for the response. I have been doing it in a manner where I create a single log file for all the three tasks. But the problem arises when I have collected data for two experiments and the experiment crashes or some problem arises whe…
-
Hello Everyone, I am still looking for a way to create multiple log files for eye tribe data in open sesame using manual script or any other way possible.
-
Hi Eduard, Thanks for the response. I am aware of the resolution setting in the first item, but the problem is my systems actual resolution is 2736 * 1824 but Open Sesame is suggesting me to go with 1368 * 912. Also, I want to change the screen dim…
-
Hi Sebastian, Actually that could be a possible explanation. Now what I am doing is, in my actual experiment I have again put the script for custom drift check after custom calibration but calls it only when needed. So here it actually runs only aft…
-
Hello again, Can anyone kindly suggest how to change the screen resolution and screen size in the open sesame script for the eye tribe eye tracker? The actual screen resolution is 27361824 but in Open Sesame it is having 1368912. Also the display si…
-
Hi Josh, Thank you for the response. I was running it in Eye tribe mode as before the drift correction, use to play custom calibration script and that was working. I was using it just after the custom calibration. Anyways, I am no longer using it as…
-
Hi Neon, I wanted to know what strategy did you finally take to achieve the post processing of eyetribe data? I am on the same boat as you and wanted some advice before starting up.
-
Hi guys, Thank you for the response. I think I was able to do it using monkey patch but I am still unsure. After every calibration I am getting the following error with the msg saying calibration failed File "C:\Program Files (x86)\OpenSesame…
-
Please suggest the problem in the following code: from psychopy import visual, core, event, sound import itertoolsfrom pygaze._eyetracker.libeyetribe import EyeTribeTracker# Define your own stuffclass CustomEyeTribeTracker(EyeTribeTracker): def…
-
Hi, I am still trying to figure out how to implement it? I do not want to change the source code so I will be applying the class inheritance. I am defining the steps to implement the same, kindly suggest changes if wrong: 1. I will use pygaze_int. 2…
-
I was able to figure out that I was defining the coordinates of rect and text in a format supported by earlier version of open sesame by taking the top left coordinate, because of which they were being drawn outside of the screen. By changing it, r…
-
Thanks Josh, I tried running the above code in psychopy backend but when I run the code all I see is a blank screen. I think I am able to enter the text input but it is not visible. Am I missing something? For reference, I am posting the inline scr…
-
Hi, I really liked this functionality of touching twice in order to log the response. I wanted to know if the same is possible in checkbox? If so, what changes do I need to make in the above script?
-
Thank you Eduard, I have been able to update the subject number based upon the log file being created in much a similar way as you have mentioned but only concern right now is can I also update these values for the auto generated gui asking for the …
-
Thanks Edwin, I am using the inbuilt pygaze in open sesame environment. So I wanted to know, to implement according to my requirement should I replace the pygaze_int with an inline script containing the above piece of code or is there any another wa…
-
Thanks Sebastian, I made the required changes in the inline script and now it is running fine. Actually, I have made two separate experiments for each questionnaire and the gap task. But I do not want to use two separate environments so I want to on…
-
I wish to use the open sesame window to draw the stimuli but instead the psychopy window is being drawn in the inline script. I wish to replace it kindly suggest. Also, I am using this window to get the frame rate using win.getActualFrameRate() in p…
-
Actually, I figured out the need for Wx python as in the code I was importing GUI from Psychopy so that I could enter the participant's info. I have removed that part of the code but I wanted to know if I can implement a similar method in open sesam…
-
Sorry for the mess earlier. I am attaching the link of pastebin for the psychopy code. pastebin.com/ST7kmPdt
-
I am not sure what you mean when you said using GUI elements of psychopy. Maybe with some explanation I can say if I am using it or not. I tried your code but am getting the following error Collecting wxPython Could not find a version that satisf…
-
Thank you, Daniel for a quick reply. It resolved the problem of missing pandas module but again running the script I get another error of: File "/Users/STEVEMACHINE/.psychopy2/versions/psychopy/gui.py", line 8, in import wx ImportErr…