Difference between revisions of "AnyWave::CLI"
From WikiMEG
(Created page with "=Command Line Options= AnyWave can execute some operation without any user interactions. This is also useful to batch some operations. <br/>") |
|||
Line 1: | Line 1: | ||
=Command Line Options= | =Command Line Options= | ||
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== | ||
+ | --input_file <path> : a path to the input file.<br /> | ||
+ | --output_file <path> : the name of the output file.<br /> | ||
+ | --output_dir <path> : the path to the output folder where the output file will be created.<br /> | ||
+ | --output_format <vhdr, edf, MATLAB, ADES> : the output file format.<br /> | ||
+ | --skip_marker <label> : the label of a marker to skip while reading data.<br /> | ||
+ | --hp <value> : The high pass filter value to apply to data.<br/> | ||
+ | --lp <value> : The low pass filter value to apply to data.<br /> | ||
+ | --notch <value> : The notch filter to apply to date.<br/> | ||
+ | |||
+ | == Convert a file == |
Revision as of 10:44, 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
--input_file <path> : a path to the input file.
--output_file <path> : the name of the output file.
--output_dir <path> : the path to the output folder where the output file will be created.
--output_format <vhdr, edf, MATLAB, ADES> : the output file format.
--skip_marker <label> : the label of a marker to skip while reading data.
--hp <value> : The high pass filter value to apply to data.
--lp <value> : The low pass filter value to apply to data.
--notch <value> : The notch filter to apply to date.