We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197c4d4 commit 5fcf736Copy full SHA for 5fcf736
tests/test_setDefaultsPTB.m
@@ -61,6 +61,18 @@ function test_setDefaultsPTB()
61
'monitorWidth', 42, ...
62
'monitorDistance', 134));
63
64
+
65
+ % fixation cross or dot
66
+ expectedCFG.fixation.type = 'cross';
67
+ expectedCFG.fixation.xDisplacement = 0;
68
+ expectedCFG.fixation.yDisplacement = 0;
69
+ expectedCFG.fixation.color = [255 255 255];
70
+ expectedCFG.fixation.width = 1;
71
+ expectedCFG.fixation.lineWidthPix = 5;
72
73
+ % define visual apperture field
74
+ expectedCFG.aperture.type = 'none';
75
76
expectedCFG.keyboard.keyboard = [];
77
expectedCFG.keyboard.responseBox = [];
78
expectedCFG.keyboard.responseKey = {};
0 commit comments