Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
6bc6026d
Commit
6bc6026d
authored
Oct 22, 2018
by
Jesse Heckman
Browse files
stuff it
parent
105bab7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/pb_vRunExp.m
View file @
6bc6026d
...
...
@@ -34,7 +34,7 @@ function pb_vRunExp(handles)
for
iBlck
=
1
:
nblocks
% Runs blocks of trials with a vestibular condition
%
ses.start;
ses
.
start
;
pb_startPupil
(
rc
);
...
...
@@ -88,7 +88,7 @@ function pb_vRunExp(handles)
pb_stopPupil
(
rc
);
% STOP LSL
%
ses.stop;
ses
.
stop
;
if
~
exist
(
'LSL_Dat'
,
'var'
)
LSL_Data
=
{};
...
...
@@ -96,7 +96,7 @@ function pb_vRunExp(handles)
LSL_Dat
.
ev_dat
=
str
(
1
)
.
read
;
LSL_Dat
.
pl_dat
=
str
(
2
)
.
read
;
LSL_Dat
.
ot_dat
=
str
(
3
)
.
read
;
%
LSL_Dat.ot_dat = str(3).read;
% TODO: SAVE LSL DATA
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment