File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 77 % the participant. This can be used during debugging to help design the
88 % stimuli if you know the FOV of the participant will be obstructed by
99 % something
10-
10+
1111 if nargin < 2
1212 centerOnScreen = true ;
1313 end
14-
14+
1515 fov = [];
1616
1717 if isfield(cfg .screen , ' effectiveFieldOfView' ) && ...
2121 penWidth = 2 ;
2222
2323 fov = cfg .screen .effectiveFieldOfView ;
24-
24+
2525 if centerOnScreen
2626 fov = CenterRect( ...
27- fov , ...
28- cfg .screen .winRect );
27+ fov , ...
28+ cfg .screen .winRect );
2929 end
30-
3130
3231 Screen(' FrameRect' , ...
3332 cfg .screen .win , ...
Original file line number Diff line number Diff line change 2121 %
2222 %
2323 %
24-
24+
2525 % for octave: make sure information is not presented on prompt one screen at
2626 % a time
2727 more off ;
You can’t perform that action at this time.
0 commit comments