Skip to content

Commit f241d73

Browse files
Merge pull request #20 from Remi-Gau/master
remove CPP_BIS and CPP_PTB and add them as dependencies
2 parents 548288b + 6a65cc7 commit f241d73

20 files changed

+37
-1028
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# motion_Visual-Localizer
22
This repo collects the most common localizers in use to define hMT/V5
3+
4+
5+
## Installing dependencies
6+
7+
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.
8+
9+
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.
10+
11+
```matlab
12+
getDependencies('update')
13+
```
14+
15+
If you only already have the appropriate version but just want to add them to the matlab path, then run.
16+
17+
```matlab
18+
getDependencies()
19+
```

Visual-loc_translational/NOTES.md

Whitespace-only changes.

Visual-loc_translational/setParameters.m

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
cfg.testingTranspScreen = true; % To test with trasparent full size screen
2020
cfg.stimPosition = 'pc'; % 'Scanner': means that it removes the lower 1/3 of the screen (the coil hides the lower part of the screen)
2121

22+
expParameters.verbose = true;
2223

2324
%% MRI settings
2425
cfg.device = 'scanner'; % 'PC': does not care about trigger - otherwise use 'Scanner'
@@ -153,11 +154,6 @@
153154
expParameters.fixationCrossColorTarget = cfg.red;
154155
end
155156

156-
157-
% Setting some defaults: no need to change things here
158-
expParameters = checkCFG(expParameters);
159-
160-
161157
if cfg.debug
162158
fprintf('\n\n\n\n')
163159
fprintf('######################################## \n')

Visual-loc_translational/subfun/CPP_BIDS/checkCFG.m

Lines changed: 0 additions & 28 deletions
This file was deleted.

Visual-loc_translational/subfun/CPP_BIDS/createFilename.m

Lines changed: 0 additions & 125 deletions
This file was deleted.

Visual-loc_translational/subfun/CPP_BIDS/saveEventsFile.m

Lines changed: 0 additions & 76 deletions
This file was deleted.

Visual-loc_translational/subfun/CPP_BIDS/test/test_createFilename.m

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)