You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Visual-loc_translational/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you are using the [matlab package manager](https://github.com/mobeets/mpm), y
24
24
getDependencies('update')
25
25
```
26
26
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.
28
28
29
29
```matlab
30
30
getDependencies()
@@ -53,13 +53,13 @@ Any details of the experiment can be changed in `setParameters.m` (e.g., experim
53
53
- Visual Stimulation
54
54
- Task(s)
55
55
- Instructions
56
-
- Task #1 parameters
56
+
- Task #1 parameters
57
57
58
58
### subfun/doDotMo
59
59
60
60
#### 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`
63
63
-`logFile`: structure that stores the experiment logfile to be saved
64
64
65
65
#### Output:
@@ -83,15 +83,15 @@ The `numEventsPerBlock` should be a multiple of the number of "base" listed in t
83
83
-`displayFigs`: a boolean to decide whether to show the basic design matrix of the design
84
84
85
85
#### 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
88
88
-`0 90 180 270` indicate the angle
89
89
-`-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
92
92
93
93
### 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.
95
95
96
96
### subfun/wait4Trigger
97
97
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