File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,17 @@ For instructions see the following links:
1313| [ CPP_BIDS] ( https://github.com/cpp-lln-lab/CPP_BIDS ) | ? |
1414| [ CPP_PTB] ( https://github.com/cpp-lln-lab/CPP_PTB ) | ? |
1515| [ PsychToolBox] ( http://psychtoolbox.org/ ) | >=3.0.14 |
16- | [ Matlab] ( https://www.mathworks.com/products/matlab.html ) | >=2017 |
16+ | [ Matlab] ( https://www.mathworks.com/products/matlab.html ) | >=2017 |
1717| or [ octave] ( https://www.gnu.org/software/octave/ ) | >=4.? |
1818
1919## Installation
2020
21- git clone --recurse-submodules https://github.com/Remi-Gau/repo_with_submod.git
22- cd repo_with_submod/
23- git submodule update --remote
21+ The CPP_BIDS and CPP_PTB dependencies are already set up as submodule to this repository.
22+ You can install it all with git by doing.
23+
24+ ``` bash
25+ git clone --recurse-submodules https://github.com/cpp-lln-lab/localizer_visual_motion.git
26+ ```
2427
2528## Structure and function details
2629
Original file line number Diff line number Diff line change 7070 % Diameter/length of side of aperture in Visual angles
7171 cfg.aperture.type = ' circle' ;
7272 cfg.aperture.width = []; % if left empty it will take the screen height
73- cfg.aperture.xPos = - 30 ;
73+ cfg.aperture.xPos = 0 ;
7474
7575 %% Task(s)
7676
8585 cfg.fixation.color = cfg .color .white ;
8686 cfg.fixation.width = 1 ;
8787 cfg.fixation.lineWidthPix = 2 ;
88- cfg.fixation.xDisplacement = 30 ;
88+ cfg.fixation.xDisplacement = 0 ;
8989 cfg.fixation.yDisplacement = 0 ;
9090
9191 cfg.target.maxNbPerBlock = 2 ;
You can’t perform that action at this time.
0 commit comments