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
3e3cdd74
Commit
3e3cdd74
authored
May 07, 2019
by
Jesse Heckman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor timing bug for auditory stimulus timings fixed
parent
945491b4
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/pb_vReadExp.m
setups/vestibular chair/vPrime/core/experiment/pb_vReadExp.m
+2
-2
setups/vestibular chair/vPrime/lookup/~$vPrime Measurement.xlsx
.../vestibular chair/vPrime/lookup/~$vPrime Measurement.xlsx
+0
-0
No files found.
setups/vestibular chair/vPrime/core/experiment/pb_vReadExp.m
View file @
3e3cdd74
...
...
@@ -65,8 +65,8 @@ function [block,cfg] = pb_vReadExp(cfg)
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
intensity
=
par
(
4
);
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
onevent
=
par
(
5
);
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
ondelay
=
par
(
6
);
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
offdelay
=
par
(
5
)
+
par
(
7
);
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
duration
=
par
(
7
);
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
offdelay
=
par
(
7
);
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
duration
=
par
(
7
)
-
par
(
6
)
;
block
(
bn
)
.
trial
(
tn
)
.
stim
(
sn
)
.
offevent
=
par
(
5
);
case
{
'LED'
,
'LED1'
,
'LED2'
}
...
...
setups/vestibular chair/vPrime/lookup/~$vPrime Measurement.xlsx
0 → 100644
View file @
3e3cdd74
File added
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