Skip to content

Commit f9df886

Browse files
committed
add structure section
1 parent 6d91505 commit f9df886

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Visual-loc_translational/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Translational Motion
2+
3+
## Requirements
4+
5+
Make sure that the following toolboxes are installed and added to the matlab / octave path.
6+
7+
For instructions see the following links:
8+
9+
| Requirements | Used version |
10+
|----------------------------------------------------------|--------------|
11+
| [CPP_BIDS](https://github.com/cpp-lln-lab/CPP_BIDS) | ? |
12+
| [CPP_PTB](https://github.com/cpp-lln-lab/CPP_PTB) | ? |
13+
| [PsychToolBox](http://psychtoolbox.org/) | >=3.0.14 |
14+
| [Matlab](https://www.mathworks.com/products/matlab.html) | >=20117 |
15+
| or [octave](https://www.gnu.org/software/octave/) | >=4.? |
16+
17+
## Installing dependencies
18+
19+
All the dependencies needed to run this are listed in the [mpm-requirements.txt file](.mpm-requirements.txt). If those functions are not in the matlab path the scripts in this repository will not work.
20+
21+
If you are using the [matlab package manager](https://github.com/mobeets/mpm), you can simply download the appropriate version of those dependencies and add them to your path by running the `getDependencies` function.
22+
23+
```matlab
24+
getDependencies('update')
25+
```
26+
27+
If you only already have the appropriate version but just want to add them to the matlab path, then run.
28+
29+
```matlab
30+
getDependencies()
31+
```
32+
## Structure and function details
33+
34+
### visualLocTranslational
35+
36+
### setParameters
37+
38+
### subfun/doDotMo
39+
40+
### subfun/expDesign
41+
42+
### subfun/eyeTracker
43+
44+
### subfun/wait4Trigger

0 commit comments

Comments
 (0)