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
a9c3e8ae
Commit
a9c3e8ae
authored
Oct 16, 2018
by
Jesse Heckman
Browse files
minor fixes
parent
72a47ac3
Changes
2
Hide whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/cfg/pb_vLSCpositions.m
View file @
a9c3e8ae
...
...
@@ -18,7 +18,7 @@ function cfg = pb_vLSCpositions(cfg,varargin)
%% File
fname
=
which
(
'vPrime Measurement.xlsx'
);
N
=
xlsread
(
fname
,
'Values'
);
N
=
xlsread
(
fname
,
'Values'
,
'basic'
);
channel
=
N
(:,
1
);
%% Transform to Cartesian
...
...
subtools/lsl/pb_runLSL.m
View file @
a9c3e8ae
...
...
@@ -9,7 +9,7 @@ function ses = pb_runLSL()
streams
=
{
'type=
''
Digital Events @ lslder00
''
and name=
''
Digital Events 1
''
'
,
...
'type=
''
Pupil Capture @ pupil-desktop
''
and name=
''
Pupil Primitive Data - Eye 0
''
'
,
...
'type=
''
Opti
t
rack
@ MOTIVE
''
and name=
''
Motive Data
''
'
};
'type=
''
Opti
T
rack
Mocap @ DCN19
''
and name=
''
Labeled Markers
''
'
};
ses
=
lsl_session
();
str
=
lsl_istream
.
empty
(
0
,
3
);
...
...
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