Difference between revisions of "AnyWave:CommandLine"

From WikiMEG
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
{| style="text-align: center; margin: auto;"
 +
|+ Command Line Operations
 +
|-
 +
| [[File:Menu_cli_tobids.png|400px|link=AnyWave:CLi_toBIDS|'''convert a file to BIDS''']] ||  [[File:Menu_cli_process.png|400px|link=AnyWave:CLI_runPlugin|'''Run a plugin''']]
 +
|-
 +
|}
 
This is a way to run AnyWave in non GUI mode to process files.<br/>
 
This is a way to run AnyWave in non GUI mode to process files.<br/>
 
Passing arguments to anywave can be done using the double dash syntax:<br/>
 
Passing arguments to anywave can be done using the double dash syntax:<br/>
Line 16: Line 22:
 
'''--notch <value>''' sets the notch filter value to use.<br/>
 
'''--notch <value>''' sets the notch filter value to use.<br/>
 
<br/>
 
<br/>
 
{| style="text-align: center; margin: auto;"
 
|+ Command Line Operations
 
|-
 
| [[File:Menu_cli_tobids.png|400px|link=AnyWave:CLi_toBIDS|'''convert a file to BIDS''']] ||  [[File:Menu_cli_process.png|400px|link=AnyWave:CLI_runPlugin|'''Run a plugin''']]
 
|-
 
|}
 

Revision as of 15:45, 14 April 2020

Command Line Operations
convert a file to BIDS Run a plugin

This is a way to run AnyWave in non GUI mode to process files.
Passing arguments to anywave can be done using the double dash syntax:

anywave --arg1 <value> --arg2 <value> --arg3

An argument may have a value.
There is a list of common arguments that can be used anytime for every command line operation:
--input_file <file> set the file to process.
--input_dir <dir> sets the input directory to use.
--output_dir <dir> sets the output directory. The location where the plugin should generate its results.
--output_file <file> sets the name of the processing output file.
--output_prefix <string> sets the prefix of the output file.
--hp <value> sets the high pass filter value to use.
--lp <value> sets the low pass filter value to use.
--notch <value> sets the notch filter value to use.