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
bcf7dc0a
Commit
bcf7dc0a
authored
Oct 25, 2018
by
Jesse Heckman
Browse files
double sac
parent
f842ad2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/pb_vRunExp.m
View file @
bcf7dc0a
...
@@ -28,7 +28,7 @@ function pb_vRunExp(handles)
...
@@ -28,7 +28,7 @@ function pb_vRunExp(handles)
% initialize recordings
% initialize recordings
% rc = pb_runPupil;
% rc = pb_runPupil;
[
ses
,
streams
]
=
pb_runLSL
(
'ot'
,
false
);
%
[ses,streams] = pb_runLSL('ot',false);
experimentTime
=
tic
;
experimentTime
=
tic
;
%% START BLOCK
%% START BLOCK
...
@@ -46,7 +46,7 @@ function pb_vRunExp(handles)
...
@@ -46,7 +46,7 @@ function pb_vRunExp(handles)
Dat
(
iBlck
)
.
VS
=
sig
;
Dat
(
iBlck
)
.
VS
=
sig
;
% start recording
% start recording
pb_startLSL
(
ses
);
%
pb_startLSL(ses);
% pb_startPupil(rc);
% pb_startPupil(rc);
% start vestibular chair
% start vestibular chair
...
@@ -91,7 +91,7 @@ function pb_vRunExp(handles)
...
@@ -91,7 +91,7 @@ function pb_vRunExp(handles)
% stop recording
% stop recording
% pb_stopPupil(rc);
% pb_stopPupil(rc);
pb_stopLSL
(
ses
);
%
pb_stopLSL(ses);
% store data
% store data
Dat
(
iBlck
)
.
EV
=
streams
(
1
)
.
read
;
Dat
(
iBlck
)
.
EV
=
streams
(
1
)
.
read
;
...
...
Write
Preview
Supports
Markdown
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