Python package to handle I/O with the CNT format from ANT Neuro. This software uses the LIBEEP Library.
The version 0.1.0
has a function antio.io.read_raw_ant
which can load a CNT file
with most MNE-Python version. However, for advance parsing and features such as file
preloading, antio
version 0.3.0+
and MNE-Python version 1.9+
are required.
MNE-Python 1.9+
includes support for CNT files in mne.io.read_raw
and
mne.io.read_raw_ant
.