Skip to content

Commit 8fc5ed4

Browse files
committed
update to helptext
1 parent 4960fed commit 8fc5ed4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/helper/pspm_ledalab.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
% files are renamed and moved to the current path. If required, they are
1212
% deleted after being read out
1313
% FORMAT: [sts, outfile] = pspm_ledalab(datafile, outfile, options)
14+
% datafile: name of data file to be processed
15+
% outfile: name of the output file to save results
1416
% options.overwrite: overwrite all existing files (default 0)
1517
% options.cleanup: clean up intermediate ledalab files (default 1)
1618
% options.method: 'nonnegative' ('DDA'), 'continuous' ('CDA'), 'both' (default)
1719
% options.norm: normalise SCR data (default: 0)
20+
% options.optimize: Ledalab optimization setting (default 2)
21+
% options.export_era: arguments passed to Ledalab export_era (default [1 4 0.01 1])
22+
% options.ledalab_args: additional arguments passed to Ledalab as a cell array (default {})
1823
%__________________________________________________________________________
1924
% PsPM 3.0
2025
% (c) 2008-2015 Dominik R Bach (Wellcome Trust Centre for Neuroimaging)

0 commit comments

Comments
 (0)