Difference between revisions of "AnyWave:CLI ICA"
From WikiMEG
(→Arguments description for plugin ICA) |
|||
Line 8: | Line 8: | ||
|- | |- | ||
|input_file <file> | |input_file <file> | ||
− | |MANDATORY | + | |'''MANDATORY''' |
|common argument | |common argument | ||
|- | |- | ||
|modality <eeg,eeg,ieeg> | |modality <eeg,eeg,ieeg> | ||
− | |MANDATORY | + | |'''MANDATORY''' |
|channel modality | |channel modality | ||
|- | |- | ||
|comp <value> | |comp <value> | ||
− | |MANDATORY | + | |'''MANDATORY''' |
|number of components | |number of components | ||
|- | |- | ||
Line 39: | Line 39: | ||
|Skip bad channels. Default is true. | |Skip bad channels. Default is true. | ||
|} | |} | ||
+ | |||
=Examples= | =Examples= | ||
run ica on meg data, just 70 components and filtering data in the 1-100Hz band.<br> | run ica on meg data, just 70 components and filtering data in the 1-100Hz band.<br> |
Revision as of 13:43, 14 April 2020
Arguments description for plugin ICA
plugin name: ica
argument | requirement | description |
---|---|---|
input_file <file> | MANDATORY | common argument |
modality <eeg,eeg,ieeg> | MANDATORY | channel modality |
comp <value> | MANDATORY | number of components |
hp <value> | OPTIONAL | common hp argument. |
lp <value> | OPTIONAL | common lp argument. |
downsampling <flag> | OPTIONAL | Downsampling data before computing. Default is false |
extended <flag> | OPTIONAL | Use the extended option for Infomax. Default is false. |
skip_bad <flag> | OPTIONAL | Skip bad channels. Default is true. |
Examples
run ica on meg data, just 70 components and filtering data in the 1-100Hz band.
anywave --run ica --input_file d:\data\meg\megdata.meg --modality meg --comp 70 --hp 1 --lp 100