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: README.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,21 +29,19 @@
29
29
30
30
# fMRI localizers for visual motion
31
31
32
-
## Translational Motion
33
-
34
32
## Requirements
35
33
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.
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).
62
60
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..
64
62
65
63
Any details of the experiment can be changed in `setParameters.m` (e.g., experiment mode, motion stimuli details, exp. design, etc.)
66
64
@@ -85,7 +83,7 @@ Any details of the experiment can be changed in `setParameters.m` (e.g., experim
85
83
Set `cfg.pacedByTriggers.do` to `true` and you can then set all the details in this `if` block
86
84
87
85
```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)
0 commit comments