Code to the second experiment of my diploma thesis.
Basically the code executes a endogenous Posner cueing task.
Flow chart
This is a valid cue
This is a invalid cue
Screenshot of the cue and stimulus
- Linux, i used Lubuntu 14.04.2
- GNU Octave, I used version 3.8.2
- Psychtoolbox-3 for easy install use neurodebian
- [awesomeStuff] (https://github.com/wuschLOR/awesomeStuff/)
- [R] (http://cran.r-project.org/) ,I used version 3.1.2
assuming you have your Linux with Octave and Psychtoolbox up and running:
- navigate to your folder where you want to put stuff
- clone awesomestuff and the-shapening2
git clone https://github.com/wuschLOR/the-shapening2.git
git clone https://github.com/wuschLOR/awesomeStuff.git
- navigate to the awesomestuff folder start octave
cd /awesomeStuff
octave
- add the awesomestuff to your Octave paths
pathAdd
exit
- now lets start it up start octave again
cd ..
cd /the-shapening2
octave
- run the experiment
goshapes2
- PROFIT !!!
- Most of this stuff was written by Michael Groh.
- If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
- If you use this for awesome science feel free to cite my (hopefully finished) diploma thesis or the resulting paper (also hopefully).
- The Code is licensed under GPL v.3 unless marked otherwise.
- The Images are licensed under ???no idea just ask me for now.
@software{groh_shapening_2015,
title = {the shapening 2},
rights = {{GPL}3},
url = {https://github.com/wuschLOR/the-shapening2},
author = {Groh, Michael},
date = {2015}
}