sovabids.convert#

Module to perform the conversions.

Module Contents#

Functions#

convert_them(mappings_input)

Convert eeg files to bids according to the mappings given.

sovaconvert()

Console script usage for conversion.

Attributes#

sovabids.convert.LOGGER[source]#
sovabids.convert.convert_them(mappings_input)[source]#

Convert eeg files to bids according to the mappings given.

Parameters:

mappings_input (str|dict) –

The path to the mapping file or the mapping dictionary:
{

‘General’: dict with the general rules, ‘Individual’: list of dicts with the individual mappings of each file.

}

Return type:

None

sovabids.convert.sovaconvert()[source]#

Console script usage for conversion.