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
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