| ... | ... | @@ -2,6 +2,13 @@ |
|
|
|
# Introduction
|
|
|
|
This page describes all the process plugins you can run using the command line.
|
|
|
|
The specific options related to the plugins
|
|
|
|
# Exporting data
|
|
|
|
````bash
|
|
|
|
anywave --run export --input_file <file> --output_format <vhdr|matlab|ades|fiff>
|
|
|
|
````
|
|
|
|
by default <file> will be exported as a new format specified in output_format into the same dir.
|
|
|
|
Use --output_dir to specify an output_dir
|
|
|
|
Other common options can be used as well (filters)
|
|
|
|
# ICA
|
|
|
|
Specifics options:
|
|
|
|
````bash
|
| ... | ... | |