4 files changed
+10
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
|
- .gitignore+3
- .travis.yml+22-17
- README.md+57-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/dummyData/.bidsignore+11
- manualTests/miss_hit.cfg+9-2
- manualTests/test_createDatasetDescription.m
- manualTests/test_createJson.m+3-3
- manualTests/test_makeRawDataset.m+139-22
- manualTests/test_userInput.m-41
- miss_hit.cfg+8-1
- notebooks/README.md+11
- notebooks/basic_usage.ipynb+795
- notebooks/creating_BIDS_dataset.ipynb+646
- notebooks/more_on_saving.ipynb+288
- src/checkCFG.m+67-12
- src/convertSourceToRaw.m+4-1
- src/createBoldJson.m-37
- src/createFilename.m+26-22
- src/createJson.m+127
- src/saveEventsFile.m+28-16
- 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/parseFunc.m-45
- src/subfun/removeAllDateSuffix.m+52
- src/subfun/returnHeaderName.m+1
- src/subfun/setDefaultResponses.m+25
- src/subfun/transferInfoToBids.m+11
- src/userInputs.m+14-57
- tests/miss_hit.cfg+8-1
- tests/test_askForGroupAndOrSession.m+52
- tests/test_checkCFG.m+35-9
- tests/test_createBoldJson.m-41
- tests/test_createFilename.m+173-56
- tests/test_createJson.m+140
- tests/test_createQuestionList.m+24
- tests/test_getIsQuestionToAsk.m+29
- tests/test_isPositiveInteger.m+17
- tests/test_saveEventsFileSave.m+185-61
- tests/test_setDefaultResponses.m+32
- tests/test_transferInfoToBids.m+9
+7-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
| |||
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
15 |
| - | |
| 17 | + | |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
| |||
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
24 |
| - | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
59 |
| - | |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
| |
| |||
73 | 75 |
| |
74 | 76 |
| |
75 | 77 |
| |
76 |
| - | |
| 78 | + | |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
| |||
148 | 150 |
| |
149 | 151 |
| |
150 | 152 |
| |
151 |
| - | |
| 153 | + | |
152 | 154 |
| |
153 | 155 |
| |
154 | 156 |
| |
|
0 commit comments