[[TOC]]
Introduction¶
This page describes all the process plugins you can run using the command line.
The specific options related to the plugins
Exporting data - converting data file to other format¶
anywave --run export --input_file <file> --output_format <vhdr|matlab|ades|fiff>
Use --output_dir to specify an output_dir
Other common options can be used as well (filters)
ICA¶
Specifics options:
anywave --run ica --modality <meg|ieeg|eeg> --comp <number of IC> --input_file <path to data>
--skip_bad <true=default|false>
h2/r2¶
Specifics options:
anywave --run h2 --algorithm <r2|h2=default> --input_file <path to data> --time_window <seconds> --max_lag <seconds> --step <seconds>
Write values from marker file to 4DNI MEG trigger channel¶
anywave --run trigger_writer --meg_file <path to data> --marker_file <mrk file path>
--duration <ms> specify the duration in ms of the trigger value. Default is 20ms.