Skip to content

Commit 47b09b4

Browse files
committed
update install instruction
1 parent 0ae45bd commit 47b09b4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

setParameters.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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

@@ -85,7 +85,7 @@
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;

0 commit comments

Comments
 (0)