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 3e886af commit 0543258Copy full SHA for 0543258
src/fixation/initFixation.m
@@ -16,6 +16,8 @@
16
% "What is the best fixation target?"
17
% DOI 10.1016/j.visres.2012.10.012
18
%
19
+ % Contains a fixation cross and a dot
20
+ %
21
22
23
% Convert some values from degrees to pixels
src/utils/isOctave.m renamed to src/isOctave.m
@@ -1,6 +1,9 @@
1
function retval = isOctave
2
% Return: true if the environment is Octave.
3
% mostly used to testing when PTB is not in the path
4
5
+ % Must stay in the 'src' folder for continuous integration with github
6
+ % action to work. Not sure why.
7
8
persistent cacheval % speeds up repeated calls
9
0 commit comments