rrr
About
- Username
- rrr
- Joined
- Visits
- 168
- Last Active
- Roles
- Member
Comments
-
Hello Arturo, Have you already tried to run your experiment by Opensesame with your Tobii eyetracker? If so, can you tell what is the errors and any other specific problem do you have?
-
Hi, This problem finally results in the same one http://forum.cogsci.nl/index.php?p=/discussion/2661/presenting-two-images#latest.
-
Hi, I found the error is caused by OpenSesame Runner http://forum.cogsci.nl/index.php?p=/discussion/2437/experiments-dont-run-on-mac-capitan-os-error-without-traceback-info#latest. It run correctly without any errors when I use multiprocess or_ inp…
-
Hi Jarik, Thanks a lot, but what's the cause of error I mentioned in my 4th comment. Sometimes, Opensesame suddenly crashes without showing any errors when I run the experiment.
-
Hi Jarik, It goes well! I misunderstood the way of 'Full-factorial design' . Then I'm trying to create an simple experiment similar to this design as a test (please see the attached program). The design is fixed by the default table of loop item. I…
-
Hello Josh, I'm using .jpg image files that have been already inserted into file pool. The position where the image is inserted shows a small question mark or sometimes nothing when I added the image into sketchpad. Thanks!
-
Hi, There are 2 rows (image and position) in loop item. The former includes 10 columns (10 images), and the latter does 2 (-300 and 300) as I have already showed by image attached to my first post. So the design is 10x2 full factorial. OpenSesame …
-
Hello Jarik, Yes I used 'Full-factorial design' in the loop item. Is it wrong for my design? Thanks
-
Hello, Did you make sure to copy the renamed pylink folder to OpenSesame program folder? See http://osdoc.cogsci.nl/3.1/manual/eyetracking/eyelink/#installing-pylink.
-
I'm not familiar with Inquisit software, but if you have it, the library (http://www.millisecond.com/download/library/) might be helpful.
-
Hi Noa, You can see the difference between them on each webpage. http://osdoc.cogsci.nl/3.1/ http://www.sr-research.com/eb.html Both of them are good for eye tracking experiments. If you already have Eyelink products, it is quite easy to create ey…
-
Hello, I don't know the database which has all types of psychological task, but you can see various tasks on the web pages of each software for psychological experiment.
-
Hello, Does this help? http://osdoc.cogsci.nl/3.1/manual/stimuli/video/
-
I was able to divide an experiment into the multiple blocks with all shuffled trials as below, referring to your suggestion and the number classification task example of Expyriment. def run_trial(cnt, trial): #define a trialcontrol.start(exp)for …
-
Some recent LCD displays specialized in PC game have very short and stable latency (less than 5ms). If you have a blackbox toolkit, it would be possible to conduct your experiments with the high performance LCD display whose timing accuracy is chec…
-
Hello, In general, LCD displays have a longer time lag to present visual stimuli than CRT displays. If you will present the stimuli in masked priming sequence especially for a very short duration, it would be a serious problem.
-
Hello, It goes well, but how can I randomize completely all of trials throughout an experiment in the case of multiple factorial designs? When we want to have a two-way factorial design, the program as below runs without any errors but the order of…
-
Thanks a lot!
-
Hi dschreij, Thank you for your reply. We use OpenSesame 3.0.7, Python 2.7.11, and Expyriment 0.8.0 on Macbookpro (OS10.10.5). Here are three results of test suite. First is the result that we run the Expyriment test suite in inline code of OpenS…
-
Hello, Sorry, the long duration was due to a hardware problem. After solving it, the duration becomes correct. The latency was about 20 ms on average (almost same as windows). When we tested the auditory timing by using PyAudio, it seems more acc…
-
Hello, I was able to do the eye tracking! Pygaze functions (e.g., eyetracker....()) on 'inline_script' worked fine. Thank you very much for your kind advice. I hope this helps for all user of MacOS. Best,
-
Hello sebastiaan, I succeeded to use OpenSeasame with Pygaze in MacOS! I needed to move the plugins ('pygaze_init', 'pygaze_log'...) to '/opensesame/plugins'. It doesn't work when I moved it to other plugins directories. Next, I try to use Pygaze …
-
Hello sebastiaan, I added the path to OPENSESAME_PLUGIN_PATH, but I was not able to open Pygaze eye-tracking template in OpenSeasame because the error occurred when I tried to open it. File "/opt/local/Library/Frameworks/Python.framework/Vers…
-
Hello, Thank you for your reply, and sorry for my many questions. I am trying to make a 'environment.yaml'. Which the 'plugins' should I use? Where should I put 'opensesame_plugins'? There are several plugins folder; plugins in Pygaze and in OpenS…
-
Hello, I solved this problem. Please look at the discussion 'OpenSesame with Pygaze has a circular import in Mac.' Best,
-
Hello, I encountered new errors. I updated the pygaze version from 0.6.01a to 0.6.04a, and run new 'Pygaze_trackertest.py' of the examples. It showed errors as below. Python 2.7.10 (default, Aug 26 2015, 18:15:57) [GCC 4.2.1 Compatible Apple LLVM …
-
Dear all, I put pygaze and opensesame-plugins on the python path directory. Afetr this, as Josh said, I changed the codes of 'pygaze_init.py'; from dummy to Eyelink as below # Generic settingsself.var.tracker_type = u'Eyelink' But it shows the sa…
-
Hello, I solved the second question by myself. I found the OpenSesameRun makes it possible. Thank you a lot! Best,
-
Hello sebastiaan, Thank you for pygaze 0.6.0! I got it. Sorry, but I have one more question. I put the pygaze folder on my python path directory. Where should opensesame-plugins folder be put on? According to the install guide, 'this folder conta…
-
Hello Josh, How can I use pygaze? When I try to open the 'pygaze template', the error occurred, and I was not able to write codes. Should I add 'pygaze_init' to somewhere? Or is it better to use inline_script? Best,