Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pbtoolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jesse Heckman
pbtoolbox
Commits
f497d4f1
Commit
f497d4f1
authored
Jun 13, 2019
by
Jesse Heckman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
implement wait for trigger
parent
11c5135b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m
setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m
+4
-8
No files found.
setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m
View file @
f497d4f1
...
@@ -30,10 +30,8 @@ function pb_vRunExp(handles)
...
@@ -30,10 +30,8 @@ function pb_vRunExp(handles)
Dat
=
pb_dataobj
(
nblocks
);
Dat
=
pb_dataobj
(
nblocks
);
% initialize recordings
% initialize recordings
if
~
debug
rc
=
pb_runPupil
;
rc
=
pb_runPupil
;
[
ses
,
str
]
=
pb_runLSL
;
[
ses
,
str
]
=
pb_runLSL
;
end
expTime
=
tic
;
expTime
=
tic
;
%% START BLOCK
%% START BLOCK
...
@@ -48,10 +46,8 @@ function pb_vRunExp(handles)
...
@@ -48,10 +46,8 @@ function pb_vRunExp(handles)
pb_vCheckServo
(
~
ismac
&&
~
debug
);
pb_vCheckServo
(
~
ismac
&&
~
debug
);
% start recording
% start recording
if
~
debug
pb_startLSL
(
ses
);
pb_startLSL
(
ses
);
pb_startPupil
(
rc
);
pb_startPupil
(
rc
);
end
% start vestibular chair
% start vestibular chair
if
~
ismac
&&
~
debug
if
~
ismac
&&
~
debug
...
...
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