Skip to content

Commit cdd1528

Browse files
committed
update submodule and save info in json not .mat
1 parent d2cfcc7 commit cdd1528

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

setParameters.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
cfg.dot.color = cfg.color.white;
7272

7373
% Diameter/length of side of aperture in Visual angles
74-
cfg.aperture.type = 'none';
74+
cfg.aperture.type = 'circle';
7575
cfg.aperture.width = []; % if left empty it will take the screen height
7676
cfg.aperture.xPos = 0;
7777

visualLocTanslational.m

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,8 @@
156156
getResponse('release', cfg.keyboard.responseBox);
157157

158158
eyeTracker('Shutdown', cfg);
159-
160-
% save the whole workspace
161-
matFile = fullfile( ...
162-
cfg.dir.output, ...
163-
strrep(cfg.fileName.events, 'tsv', 'mat'));
164-
if IsOctave
165-
save(matFile, '-mat7-binary');
166-
else
167-
save(matFile, '-v7.3');
168-
end
159+
160+
createBoldJson(cfg, cfg)
169161

170162
farewellScreen(cfg);
171163

0 commit comments

Comments
 (0)