Commit 7766ce8
committed
File tree
5 files changed
+13
-12
lines changed- lib
- subfun
5 files changed
+13
-12
lines changed- .gitignore+10-6
- README.md+44-333
- 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/CHANGES
- manualTests/dummyData/README
- manualTests/dummyData/dummyData.nii.gz
- manualTests/testData/extra_bold.json+10
- manualTests/test_createBoldJson.m+50
- manualTests/test_makeRawDataset.m+68-17
- 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/convertSourceToRaw.m+5-43
- src/createBoldJson.m+17-2
- src/createFilename.m+22-2
- src/saveEventsFile.m+22-6
- src/subfun/askForGroupAndOrSession.m+19
- src/subfun/askUserCli.m+33
- src/subfun/askUserGui.m+42
- src/subfun/createQuestionList.m+34
- src/subfun/createValidName.m+6-6
- src/subfun/getIsQuestionToAsk.m+10
- src/subfun/isPositiveInteger.m+14
- src/subfun/parseFunc.m+45
- src/subfun/removeDateSuffix.m+31
- src/subfun/returnHeaderName.m+1
- src/subfun/setDefaultResponses.m+25
- src/subfun/transferInfoToBids.m+1-1
- src/userInputs.m+14-57
- tests/test_askForGroupAndOrSession.m+52
- tests/test_checkCFG.m+2-32
- tests/test_createFilename.m+46
- tests/test_createQuestionList.m+24
- tests/test_createValidName.m+5-5
- tests/test_getIsQuestionToAsk.m+29
- tests/test_isPositiveInteger.m+17
- tests/test_removeDateSuffix.m+70
- tests/test_saveEventsFileOpen.m+44
- tests/test_setDefaultResponses.m+32
- tests/test_transferInfoToBids.m+20-5
- .github/workflows/moxunit.yml+32
- .travis.yml+1-18
- README.md+40-17
- apertureTexture.m-55
- collectAndSaveResponses.m+2-2
- drawFixation.m+61-8
- getExperimentStart.m+5-1
- initDots.m-52
- initFixation.m+33-13
- setDefaultsPTB.m+1-1
- src/aperture/apertureTexture.m+182
- src/aperture/eccenLogSpeed.m+61
- src/dot/computeCartCoord.m+7
- src/dot/computeRadialMotionDirection.m+12
- src/dot/decomposeMotion.m+1-1
- src/dot/dotTexture.m
- src/dot/generateNewDotPositions.m+5
- src/dot/initDots.m+66
- src/dot/reseedDots.m+41
- src/dot/setDotDirection.m+19
- src/dot/updateDots.m+18
- src/errors/errorAbort.m
- src/errors/errorAbortGetReponse.m
- src/errors/errorRestrictedKeysGetReponse.m
- tests/runTests.m-53
- tests/test_computeRadialMotionDirection.m+39
- tests/test_initDots.m+115
- tests/test_reseedDots.m+53
- tests/test_setDefaultsPTB.m+30-52
- updateDots.m-34
- waitForTrigger.m+2-1
| 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 | | |
| |||
| 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