Commit 7bc1a21
File tree
7 files changed
+183
-127
lines changed- lib
- subfun
7 files changed
+183
-127
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
- .gitignore+7-6
- README.md+70-14
- 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
- src/convertSourceToRaw.m+5-43
- src/createBoldJson.m+17-2
- src/createFilename.m+22-2
- src/saveEventsFile.m+22-6
- src/subfun/createValidName.m+6-6
- src/subfun/parseFunc.m+45
- src/subfun/removeDateSuffix.m+31
- src/subfun/transferInfoToBids.m+1-1
- tests/test_checkCFG.m+2-32
- tests/test_createFilename.m+46
- tests/test_createValidName.m+5-5
- tests/test_removeDateSuffix.m+70
- tests/test_saveEventsFileOpen.m+44
- tests/test_transferInfoToBids.m+20-5
- apertureTexture.m+4
- collectAndSaveResponses.m+2-2
- getExperimentStart.m+5-1
- initDots.m-52
- src/dot/computeCartCoord.m+7
- src/dot/computeRadialMotionDirection.m+13
- src/dot/decomposeMotion.m+1-1
- src/dot/dotTexture.m
- src/dot/generateNewDotPositions.m+5
- src/dot/initDots.m+68
- src/dot/reseedDots.m+43
- src/dot/setDotDirection.m+19
- src/dot/updateDots.m+18
- tests/test_computeRadialMotionDirection.m+38
- tests/test_initDots.m+112
- tests/test_reseedDots.m+45
- tests/test_setDefaultsPTB.m+30-52
- updateDots.m-34
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | | - | |
| 53 | + | |
45 | 54 | | |
46 | | - | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | | - | |
| 61 | + | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
| |||
91 | 100 | | |
92 | 101 | | |
93 | 102 | | |
94 | | - | |
95 | | - | |
| 103 | + | |
| 104 | + | |
96 | 105 | | |
97 | 106 | | |
98 | 107 | | |
99 | 108 | | |
100 | | - | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
112 | 121 | | |
113 | 122 | | |
114 | 123 | | |
115 | | - | |
| 124 | + | |
116 | 125 | | |
117 | 126 | | |
118 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments