Difference between revisions of "AnyWave:CLI ICA"

From WikiMEG
Jump to: navigation, search
(Arguments description for plugin ICA)
(Arguments description for plugin ICA)
Line 1: Line 1:
 
=Arguments description for plugin ICA=
 
=Arguments description for plugin ICA=
 
plugin name: '''ica'''<br/>
 
plugin name: '''ica'''<br/>
{|
+
input_file <file>              : MANDATORY: common argument <br />
! argument !! description !! expected value
+
modality <eeg|meg|ieeg|emg>     : MANDATORY: channel modality.<br />
|-
+
comp <value>                   : MANDATORY: number of components.<br />
| input_file || MANDATORY: common argument || data file path
+
downsampling <yes|no|true|false>: OPTIONAL: Downsampling data before computing. Default is no|false.<br />
|-
+
extended <yes|no|true|false>   : OPTIONAL: Use the extended option for Infomax. Default is no|false.<br />
| modality || MANDATORY: <eeg|meg|ieeg|emg> || a string
+
skip_bad <yes|no|true|false>   : OPTIONAL: skip bad channels. Default is yes|true.<br />
|-
+
| comp || MANDATORY: <value> || number of components.
+
|-
+
| downsampling || OPTIONAL: <yes|no|true|false> || Downsampling data before computing. Default is no|false.
+
|-
+
| extended || OPTIONAL: <yes|no|true|false> || use the extended option for Infomax. Default is no|false.
+
|-
+
| skip_bad || OPTIONAL: <yes|no|true|false> || skip bad channels. Default is yes|true.
+
|}
+

Revision as of 14:20, 14 April 2020

Arguments description for plugin ICA

plugin name: ica
input_file <file>  : MANDATORY: common argument
modality <eeg|meg|ieeg|emg>  : MANDATORY: channel modality.
comp <value>  : MANDATORY: number of components.
downsampling <yes|no|true|false>: OPTIONAL: Downsampling data before computing. Default is no|false.
extended <yes|no|true|false>  : OPTIONAL: Use the extended option for Infomax. Default is no|false.
skip_bad <yes|no|true|false>  : OPTIONAL: skip bad channels. Default is yes|true.