Difference between revisions of "AnyWave::CLI"
From WikiMEG
(→Common options) |
|||
Line 2: | Line 2: | ||
AnyWave can execute some operation without any user interactions. This is also useful to batch some operations. <br/> | AnyWave can execute some operation without any user interactions. This is also useful to batch some operations. <br/> | ||
==Common options== | ==Common options== | ||
− | --input_file | + | {| class="wikitable" |
− | --output_file | + | |- |
− | --output_dir | + | ! Option !! Value !! Description |
− | --output_format | + | |- |
− | --skip_marker | + | | --input_file || file || the file to open. |
− | --hp | + | |- |
− | --lp | + | | --output_file || file || The file to create. |
− | --notch | + | |- |
+ | | --output_dir || folder || The output folder where to place files created by the command. | ||
+ | |- | ||
+ | | --output_format || string || The file format to use for output data file (vhdr, EDF, MATLAB, ADES). | ||
+ | |- | ||
+ | | --skip_marker || string || A specific marker to skip when reading data. (rejecting artefacted data). | ||
+ | |- | ||
+ | | --hp || value || The High Pass filter (in Hz) to apply when reading data. | ||
+ | |- | ||
+ | | --lp || value || The Low Pass filter (in Hz) to apply when reading data. | ||
+ | |- | ||
+ | | --notch || value || The notch (in Hz) to apply when reading data. | ||
+ | |} | ||
== Convert a file == | == Convert a file == |
Revision as of 10:49, 18 February 2019
Command Line Options
AnyWave can execute some operation without any user interactions. This is also useful to batch some operations.
Common options
Option | Value | Description |
---|---|---|
--input_file | file | the file to open. |
--output_file | file | The file to create. |
--output_dir | folder | The output folder where to place files created by the command. |
--output_format | string | The file format to use for output data file (vhdr, EDF, MATLAB, ADES). |
--skip_marker | string | A specific marker to skip when reading data. (rejecting artefacted data). |
--hp | value | The High Pass filter (in Hz) to apply when reading data. |
--lp | value | The Low Pass filter (in Hz) to apply when reading data. |
--notch | value | The notch (in Hz) to apply when reading data. |