Skip to content
GitLab
Menu
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
0033c307
Commit
0033c307
authored
Nov 28, 2018
by
Jesse Heckman
Browse files
minor fixes vPrime
parent
5ed46f0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/pb_vRunExp.m
View file @
0033c307
...
...
@@ -99,9 +99,9 @@ function pb_vRunExp(handles)
% store data
Dat
(
iBlck
)
.
EV
=
streams
(
1
)
.
read
;
Dat
(
iBlck
)
.
PL_Python
=
streams
(
2
)
.
read
;
Dat
(
iBlck
)
.
PL_Gaze
=
streams
(
3
)
.
read
;
Dat
(
iBlck
)
.
PL_Primitive
=
streams
(
4
)
.
read
;
Dat
(
iBlck
)
.
OT_Rigid
=
streams
(
5
)
.
read
;
%
Dat(iBlck).PL_Gaze = streams(3).read;
%
Dat(iBlck).PL_Primitive = streams(4).read;
Dat
(
iBlck
)
.
OT_Rigid
=
streams
(
3
)
.
read
;
Dat
(
iBlck
)
.
BlockInfo
=
handles
.
block
(
iBlck
);
% update block information
...
...
subtools/lsl/pb_runLSL.m
View file @
0033c307
...
...
@@ -9,8 +9,8 @@ function [ses,str] = pb_runLSL(varargin)
de
=
pb_keyval
(
'de'
,
varargin
,
true
);
pl
=
pb_keyval
(
'pl'
,
varargin
,
true
);
gz
=
pb_keyval
(
'gz'
,
varargin
,
tru
e
);
pd
=
pb_keyval
(
'pd'
,
varargin
,
tru
e
);
gz
=
pb_keyval
(
'gz'
,
varargin
,
fals
e
);
pd
=
pb_keyval
(
'pd'
,
varargin
,
fals
e
);
ot
=
pb_keyval
(
'ot'
,
varargin
,
true
);
tmp
=
{};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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