Commit 4120833
authored
File tree
5 files changed
+13
-12
lines changed- lib
- subfun
5 files changed
+13
-12
lines changed- .gitignore+3
- README.md+28-373
- binder/apt.txt+3
- binder/environment.yml+2
- binder/postBuild+3
- docs/functions_description.md+144
- docs/installation.md+97
- lib/utils/file_utils.m+223-201
- manualTests/test_userInput.m-41
- notebooks/README.md+11
- notebooks/basic_usage.ipynb+457
- notebooks/creating_BIDS_dataset.ipynb+344
- notebooks/more_on_saving.ipynb+207
- src/subfun/askForGroupAndOrSession.m+19
- src/subfun/askUserCli.m+33
- src/subfun/askUserGui.m+42
- src/subfun/createQuestionList.m+34
- src/subfun/getIsQuestionToAsk.m+10
- src/subfun/isPositiveInteger.m+14
- src/subfun/returnHeaderName.m+1
- src/subfun/setDefaultResponses.m+25
- src/userInputs.m+14-57
- tests/test_askForGroupAndOrSession.m+52
- tests/test_createQuestionList.m+24
- tests/test_getIsQuestionToAsk.m+29
- tests/test_isPositiveInteger.m+17
- tests/test_setDefaultResponses.m+32
- collectAndSaveResponses.m+2-2
- getExperimentStart.m+5-1
- src/aperture/apertureTexture.m+93-38
- src/dot/initDots.m+1-1
- src/errors/errorAbort.m
- src/errors/errorAbortGetReponse.m
- src/errors/errorRestrictedKeysGetReponse.m
- tests/runTests.m-53
- tests/test_computeRadialMotionDirection.m+1
- tests/test_initDots.m+3
- tests/test_reseedDots.m+10-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | | - | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | | - | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
0 commit comments