Skip to content

Commit ce80333

Browse files
committed
fix typos in readme
1 parent a9d3d9e commit ce80333

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Visual-loc_translational/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you are using the [matlab package manager](https://github.com/mobeets/mpm), y
2424
getDependencies('update')
2525
```
2626

27-
If you only already have the appropriate version but just want to add them to the matlab path, then run.
27+
If you already have the appropriate version but just want to add them to the matlab path, then run.
2828

2929
```matlab
3030
getDependencies()
@@ -53,13 +53,13 @@ Any details of the experiment can be changed in `setParameters.m` (e.g., experim
5353
- Visual Stimulation
5454
- Task(s)
5555
- Instructions
56-
- Task #1 parameters
56+
- Task #1 parameters
5757

5858
### subfun/doDotMo
5959

6060
#### Input:
61-
- `Cfg`: PTB/machine configurations returned by `setParameters` and `initPTB`
62-
- `ExpParameters`: parameters returned by `setParameters`
61+
- `cfg`: PTB/machine configurations returned by `setParameters` and `initPTB`
62+
- `expParameters`: parameters returned by `setParameters`
6363
- `logFile`: structure that stores the experiment logfile to be saved
6464

6565
#### Output:
@@ -83,15 +83,15 @@ The `numEventsPerBlock` should be a multiple of the number of "base" listed in t
8383
- `displayFigs`: a boolean to decide whether to show the basic design matrix of the design
8484

8585
#### Output:
86-
- `ExpParameters.designBlockNames` is a cell array `(nr_blocks, 1)` with the name for each block
87-
- `ExpParameters.designDirections` is an array `(nr_blocks, numEventsPerBlock)` with the direction to present in a given block
86+
- `expParameters.designBlockNames` is a cell array `(nr_blocks, 1)` with the name for each block
87+
- `expParameters.designDirections` is an array `(nr_blocks, numEventsPerBlock)` with the direction to present in a given block
8888
- `0 90 180 270` indicate the angle
8989
- `-1` indicates static
90-
- `ExpParameters.designSpeeds` is an array `(nr_blocks, numEventsPerBlock) * speedEvent`
91-
- `ExpParameters.designFixationTargets` is an array `(nr_blocks, numEventsPerBlock)` showing for each event if it should be accompanied by a target
90+
- `expParameters.designSpeeds` is an array `(nr_blocks, numEventsPerBlock) * speedEvent`
91+
- `expParameters.designFixationTargets` is an array `(nr_blocks, numEventsPerBlock)` showing for each event if it should be accompanied by a target
9292

9393
### subfun/eyeTracker
94-
Eyetracker script, still to be debugged. Will it probably moved in the CPP_PTB package. It deals with the calibration (dufault or custom), eye movements recording and saving the files.
94+
Eyetracker script, still to be debugged. Will probably moved in the CPP_PTB package. It deals with the calibration (dufault or custom), eye movements recording and saving the files.
9595

9696
### subfun/wait4Trigger
9797
Simple functions that counts the triggers sent by the MRI computer to the stimulation computer to sync brain volume recordings and stimulation.

0 commit comments

Comments
 (0)