Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jesse Heckman
pbtoolbox
Commits
78c2f725
Commit
78c2f725
authored
May 07, 2019
by
Jesse Heckman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix runLSL
parent
7d1aeca0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setups/vestibular chair/vPrime/core/experiment/data/pb_vStoreData.m
...tibular chair/vPrime/core/experiment/data/pb_vStoreData.m
+1
-1
setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m
setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m
+1
-1
No files found.
setups/vestibular chair/vPrime/core/experiment/data/pb_vStoreData.m
View file @
78c2f725
function
pb_vStoreData
(
h
,
dat
,
idx
)
function
pb_vStoreData
(
h
,
dat
)
% PB_VSTOREBLOCKDAT
%
% PB_VSTOREBLOCKDAT(cfg, Dat) stores 'Dat' Data in files.
...
...
setups/vestibular chair/vPrime/core/experiment/pb_vRunExp.m
View file @
78c2f725
...
...
@@ -30,7 +30,7 @@ function pb_vRunExp(handles)
% initialize recordings
rc
=
pb_runPupil
;
[
ses
,
str
,
idx
]
=
pb_runLSL
;
[
ses
,
str
]
=
pb_runLSL
;
expTime
=
tic
;
%% START BLOCK
...
...
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