:py:mod:`sovabids.convert` ========================== .. py:module:: sovabids.convert .. autoapi-nested-parse:: Module to perform the conversions. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: sovabids.convert.convert_them sovabids.convert.sovaconvert Attributes ~~~~~~~~~~ .. autoapisummary:: sovabids.convert.LOGGER .. py:data:: LOGGER .. py:function:: convert_them(mappings_input) Convert eeg files to bids according to the mappings given. :param mappings_input: 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. } :type mappings_input: str|dict :rtype: None .. py:function:: sovaconvert() Console script usage for conversion.