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
5d15e0a9
Commit
5d15e0a9
authored
Dec 11, 2018
by
Jesse Heckman
Browse files
minor fix
parent
3713c535
Changes
1
Show whitespace changes
Inline
Side-by-side
setups/vestibular chair/vPrime/core/experiment/block/trial/pb_vStoreData.m
View file @
5d15e0a9
function
handles
=
pb_vStoreData
(
handles
,
data
)
function
pb_vStoreData
(
cfg
,
data
)
% PB_VSTOREDATA
%
% PB_VSTOREDATA(handles, data) stores all the trial data and configurements
...
...
@@ -8,7 +8,6 @@ function handles = pb_vStoreData(handles, data)
% PBToolbox (2018): JJH: j.heckman@donders.ru.nl
cfg
=
handles
.
cfg
;
cd
([
cfg
.
dname
filesep
'trial'
])
[
~
,
prefix
]
=
pb_fext
(
cfg
.
fname
);
...
...
@@ -17,8 +16,6 @@ function handles = pb_vStoreData(handles, data)
beta
=
setCFG
(
cfg
);
%% TO DO: <-- FIX: SELECT CFGs FOR TRIAL ONLY
save
(
fname
,
'data'
,
'beta'
,
'-mat'
);
handles
.
cfg
=
cfg
;
end
function
beta
=
setCFG
(
cfg
)
...
...
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