src.utils.cnt_reader package

Submodules

src.utils.cnt_reader.cnt_file_reader module

CNT file reader

src.utils.cnt_reader.cnt_file_reader.get_all_channels_names(cnt)[source]

Get all the channels’ names based on the CNT data :param cnt: The CNT file read. :type cnt: libeep.cnt_file :return: channel_names: The channels’ names. channel_types: The channels’ types. :rtype: list of str, list of str

src.utils.cnt_reader.cnt_file_reader.get_raw_from_cnt(path_to_file)[source]

Get an MNE.Raw object from a CNT file :param path_to_file: Path to the file. :type path_to_file: str :return: The MNE data of the dataset. :rtype: MNE.Raw

Module contents