We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9b1d3 commit bd5e351Copy full SHA for bd5e351
checkCFG.m
@@ -1,4 +1,4 @@
1
-function [expParameters, cfg] = checkCFG(cfg,expParameters)
+function [expParameters, cfg] = checkCFG(cfg, expParameters)
2
% check that we have all the fields that we need in the experiment
3
% parameters
4
createFilename.m
-function expParameters = createFilename(cfg,expParameters)
+function expParameters = createFilename(cfg, expParameters)
% create the BIDS compliant directories and filenames for the behavioral output for this subject /
% session / run using the information from cfg and expParameters.
% Will also create the right filename for the eyetracking data file.
0 commit comments