Skip to content

Commit c6a11ac

Browse files
committed
update installation instructions and general presentation
1 parent 095b59b commit c6a11ac

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,19 @@
2929

3030
# fMRI localizers for visual motion
3131

32-
## Translational Motion
33-
3432
## Requirements
3533

36-
Make sure that the following toolboxes are installed and added to the matlab / octave path.
34+
Make sure that the following toolboxes are installed and added to the matlab / octave path. See the next session on how to install the submodule toolboxes.
3735

3836
For instructions see the following links:
3937

40-
| Requirements | Used version |
41-
| -------------------------------------------------------- | ------------ |
42-
| [CPP_BIDS](https://github.com/cpp-lln-lab/CPP_BIDS) | 2.1.0 |
43-
| [CPP_PTB](https://github.com/cpp-lln-lab/CPP_PTB) | 1.2.0 |
44-
| [PsychToolBox](http://psychtoolbox.org/) | >=3.0.14 |
45-
| [Matlab](https://www.mathworks.com/products/matlab.html) | >=2017 |
46-
| or [octave](https://www.gnu.org/software/octave/) | >=4.? |
38+
| Requirements | Used version |
39+
| --------------------------------------------------------------- | ------------ |
40+
| [CPP_BIDS](https://github.com/cpp-lln-lab/CPP_BIDS) (submodule) | 2.1.0 |
41+
| [CPP_PTB](https://github.com/cpp-lln-lab/CPP_PTB) (submodule) | 1.2.0 |
42+
| [PsychToolBox](http://psychtoolbox.org/) | >=3.0.14 |
43+
| [Matlab](https://www.mathworks.com/products/matlab.html) | >=2017 |
44+
| or [octave](https://www.gnu.org/software/octave/) | >=4.? |
4745

4846
## Installation
4947

@@ -56,11 +54,11 @@ git clone --recurse-submodules https://github.com/cpp-lln-lab/localizer_visual_m
5654

5755
## Structure and function details
5856

59-
### visualLocTranslational
57+
### visualMotionLocalizer
6058

61-
Running this script will show blocks of motion dots and static dots. Motion blocks will show dots(/gratings) moving in one of four directions (up-, down-, left-, and right-ward)
59+
Running this script will show blocks of motion dots and static dots. Motion blocks will show dots moving in one of four directions (up-, down-, left-, and right-ward) (MT+ localizer) or dots moving inward and outward in the peripheral of the screen (MT/MST localizer).
6260

63-
By default it is run in `Debug mode` meaning that it does not run care about subjID, run n., fMRI triggers, Eye Tracker, etc..
61+
Run in `Debug mode` (see `setParameters.m`) it does not care about subjID, run n., Eye Tracker (soon, at the moment it needs to be set off manually), etc..
6462

6563
Any details of the experiment can be changed in `setParameters.m` (e.g., experiment mode, motion stimuli details, exp. design, etc.)
6664

@@ -85,7 +83,7 @@ Any details of the experiment can be changed in `setParameters.m` (e.g., experim
8583
Set `cfg.pacedByTriggers.do` to `true` and you can then set all the details in this `if` block
8684

8785
```matlab
88-
% Time is here in in terms of number repetition time (i.e MRI volumes)
86+
% Time is here in terms of `repetition time (TR)` (i.e. MRI volumes)
8987
if cfg.pacedByTriggers.do
9088
9189
cfg.pacedByTriggers.quietMode = true;

0 commit comments

Comments
 (0)