.. raw:: html
Welcome to the **ANT** documentation! **ANT** is a open-source package which provides a comprehensive framework for *real-time M/EEG analysis and visualization*, including:
- *Real-time feature extraction* from M/EEG signals.
- Processing at multiple levels: *sensor-space to source-space*.
- *3D visualization of brain activation* on a rendered brain reconstructed from the subject's MRI.
- Integration with *visualization modules* to monitor *neurofeedback responses in real time*.
- *Real-time artifact correction methods*, including:
- *ORICA* (Online Recursive ICA) for source separation.
- *Adaptive regression (LMS)* for removing blink artifacts from EEG.
- *Real-time SSP* (Signal Space Projection) for MEG artifact correction.
- *HFC correction* for MEG high-frequency artifacts.
- *Lightweight management of experimental projects*, enabling organized and efficient experimentation.
- Flexible and extensible tools for *real-time neuroimaging, visualization, and neurofeedback applications*.
.. raw:: html
.. raw:: html
.. toctree::
:hidden:
API Reference
Examples
.. raw:: html
.. raw:: html
Installation
You can install ANT via `PyPI `_, `Conda `_, or
directly from `Source `_.
💻 **PyPI**
.. code-block:: console
$ pip install ant
🌟 **Conda**
.. code-block:: console
$ conda install -c conda-forge ant
📦 **From Source (GitHub)**
.. code-block:: console
$ pip install git+https://github.com/payamsash/ANT
.. raw:: html
.. image:: _static/SNF.png
:align: right
:alt: SNSF
:width: 400
The development of ``ANT`` was supported by the
`Swiss National Science Foundation `_.
.. toctree::
:hidden:
resources/install.rst
api/index.rst
resources/command_line.rst
resources/implementations.rst
generated/tutorials/index.rst
generated/examples/index.rst
For more information, see:
- GitHub repository: https://github.com/payamsash/ANT
- Tutorials and guides in the `examples `_ section.