Difference between revisions of "AnyWave:CommandLine"

From WikiMEG
Jump to: navigation, search
(Convert Files to BIDS)
(Convert Files to BIDS)
Line 5: Line 5:
 
AnyWave is used by some third party softwares to process eeg/ieeg/meg files and convert them to BIDS format.<br/>
 
AnyWave is used by some third party softwares to process eeg/ieeg/meg files and convert them to BIDS format.<br/>
 
Here is the complete list of options to use to do so:<br/>
 
Here is the complete list of options to use to do so:<br/>
--toBIDS indicates we want to convert a file to BIDS.<br />
+
'''--toBIDS''' indicates we want to convert a file to BIDS.<br />
--bids_modality <ieeg|meg> specify what the file to convert contains (ieeg, meg).'''REQUIRED'''<br />
+
'''--bids_modality <ieeg|eeg|meg>''' defines the data modality.'''REQUIRED'''<br />
--bids_sub <subject> BIDS subject  '''REQUIRED'''<br />
+
'''--bids_sub <subject>''' sets the BIDS subject  '''REQUIRED'''<br />
--bids_task <task> BIDS task  '''REQUIRED'''<br />
+
'''--bids_task <task>''' sets the BIDS task  '''REQUIRED'''<br />
--bids_run <run> BIDS run index (optional)<br />
+
'''--bids_ses <session>''' sets the BIDS session (optional)<br />
--bids_acq <acq> BIDS acquisition (optional)<br />
+
'''--bids_run <run>''' sets the BIDS run index (optional)<br />
--bids_proc <proc> process (optional)<br />
+
'''--bids_acq <acq>''' sets the BIDS acquisition (optional)<br />
--bids_output <sidecars|all>  (sidecars : only generates .json and .tsv files. all: full conversion)<br />
+
'''--bids_proc <proc>''' sets the processing applied to the file. (optional)<br />
--bids_ses <session> BIDS session (optional)<br />
+
'''--bids_output <sidecars|all>''' defines what output files will be generated (sidecars : only generates .json and .tsv files. all: full conversion)<br />
--bids_format <edf | vhdr> (optional)<br />
+
'''--bids_format <edf | vhdr>''' this implies the bids_modaliy was set to eeg or ieeg. Specifies the output file format. Default is vhdr. (optional)<br />

Revision as of 10:45, 10 April 2020

This is a way to run AnyWave in non GUI mode to process files.

Operations

What can AnyWave do in a command line?

Convert Files to BIDS

AnyWave is used by some third party softwares to process eeg/ieeg/meg files and convert them to BIDS format.
Here is the complete list of options to use to do so:
--toBIDS indicates we want to convert a file to BIDS.
--bids_modality <ieeg|eeg|meg> defines the data modality.REQUIRED
--bids_sub <subject> sets the BIDS subject REQUIRED
--bids_task <task> sets the BIDS task REQUIRED
--bids_ses <session> sets the BIDS session (optional)
--bids_run <run> sets the BIDS run index (optional)
--bids_acq <acq> sets the BIDS acquisition (optional)
--bids_proc <proc> sets the processing applied to the file. (optional)
--bids_output <sidecars|all> defines what output files will be generated (sidecars : only generates .json and .tsv files. all: full conversion)
--bids_format <edf | vhdr> this implies the bids_modaliy was set to eeg or ieeg. Specifies the output file format. Default is vhdr. (optional)