File tree
9 files changed
+111
-17
lines changed- lib
- subfun
9 files changed
+111
-17
lines changedLines changed: 71 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + |
Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 |
| |
3 | 6 |
| |
4 | 7 |
| |
| |||
143 | 146 |
| |
144 | 147 |
| |
145 | 148 |
| |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + |
- .gitattributes+2
- .github/workflows/check_markdown.yml+31
- .github/workflows/check_md_links.yml-1
- .github/workflows/miss_hit.yml+9-6
- .github/workflows/moxunit.yml+1-1
- .gitignore+13-1
- .readthedocs.yml+26
- .travis.yml-31
- .zenodo.json+29
- README.md+24-122
- demos/CPP_checkAbortDemo.m+2
- demos/CPP_getResponseDemo.m+2
- demos/CPP_pressSpaceForMeDemo.m+2
- demos/CPP_waitForTriggerDemo.m+10-12
- demos/miss_hit.cfg+12
- dev/devSandbox.m-307
- dev/miss_hit.cfg-3
- docs/00-index.md-227
- docs/10-functions-description.md-219
- docs/Makefile+20
- docs/README.md+139
- docs/make.bat+35
- docs/source/_static/cpp_lab_logo.png
- docs/source/conf.py+80
- docs/source/function_description.rst+147
- docs/source/index.rst+28
- docs/source/installation.rst+147
- docs/source/set_up.rst+214
- manualTests/test_dotMotionSimulation.m+2-2
- miss_hit.cfg+3-1
- requirements.txt+5
- src/aperture/apertureTexture.m+7-1
- src/aperture/eccenLogSpeed.m+6-1
- src/aperture/getApertureName.m+16
- src/aperture/saveAperture.m+36
- src/aperture/saveApertures.m+45
- src/aperture/smoothOval.m+19
- src/aperture/smoothRect.m+19
- src/dot/computeCartCoord.m+2
- src/dot/computeRadialMotionDirection.m+2
- src/dot/decomposeMotion.m+14-5
- src/dot/dotMotionSimulation.m+10-2
- src/dot/dotTexture.m+2
- src/dot/generateNewDotPositions.m+2
- src/dot/initDots.m+34-26
- src/dot/reseedDots.m+2
- src/dot/seedDots.m+3-1
- src/dot/setDotDirection.m+25-9
- src/dot/updateDots.m+2
- src/drawFieldOfVIew.m+28-7
- src/errors/errorAbort.m+2
- src/errors/errorAbortGetReponse.m+2
- src/errors/errorDistanceToScreen.m+2
- src/errors/errorRestrictedKeysGetReponse.m+2
- src/eyeTracker.m+42-17
- src/fixation/drawFixation.m+17-5
- src/fixation/initFixation.m+15-13
- src/getExperimentEnd.m+6
- src/getExperimentStart.m+9-2
- src/initPTB.m+30-19
- src/isOctave.m+3
- src/keyboard/checkAbort.m+30-14
- src/keyboard/checkAbortGetResponse.m+2
- src/keyboard/collectAndSaveResponses.m+2
- src/keyboard/getResponse.m+58-37
- src/keyboard/pressSpaceForMe.m+8-1
- src/keyboard/testKeyboards.m+10-2
- src/randomization/repeatShuffleConditions.m+17-4
- src/randomization/setTargetPositionInSequence.m+17-3
- src/randomization/shuffle.m+10-2
- src/screen/farewellScreen.m+5-1
- src/screen/standByScreen.m+10
- src/templates/templateFunction.m+28
- src/templates/templateFunctionExample.m+42
- src/utils/checkPtbVersion.m+8
- src/utils/cleanUp.m+7-1
- src/utils/computeFOV.m+17-5
- src/utils/degToPix.m+22-13
- src/utils/makeGif.m+39
- src/utils/pixToDeg.m+19-11
- src/utils/printCreditsCppPtb.m+3-1
- src/utils/printScreen.m+16
- src/utils/setDefaults.m+13-2
- src/utils/setDefaultsPTB.m+18-4
- src/utils/setUpRand.m+9-5
- src/waitFor.m+8-3
- src/waitForTrigger.m+26-13
- test-2.py
- test-permission.py
- tests/test_initDots.m+42-16
- tests/test_setDefaultsPTB.m+20-1
- version.txt+1-1
Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
23 |
| - | |
| 22 | + | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
| |||
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
67 |
| - | |
| 66 | + | |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
| |||
79 | 78 |
| |
80 | 79 |
| |
81 | 80 |
| |
82 |
| - | |
| 81 | + | |
83 | 82 |
| |
84 | 83 |
| |
85 | 84 |
| |
| |||
103 | 102 |
| |
104 | 103 |
| |
105 | 104 |
| |
106 |
| - | |
| 105 | + | |
107 | 106 |
| |
108 | 107 |
| |
109 | 108 |
| |
| |||
136 | 135 |
| |
137 | 136 |
| |
138 | 137 |
| |
139 |
| - | |
| 138 | + | |
140 | 139 |
| |
141 | 140 |
| |
142 | 141 |
| |
| |||
167 | 166 |
| |
168 | 167 |
| |
169 | 168 |
| |
170 |
| - | |
| 169 | + | |
171 | 170 |
| |
172 | 171 |
| |
173 | 172 |
| |
|
subfun/preSaveSetup.m
100644
100755
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 19 | + | |
| 20 | + | |
25 | 21 |
| |
26 | 22 |
| |
27 | 23 |
| |
| 24 | + | |
28 | 25 |
| |
29 | 26 |
| |
30 | 27 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
subfun/saveResponsesAndTriggers.m
100644
100755
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
visualMotionLocalizer.m
100644
100755
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
|
0 commit comments