.. raw:: html
ANT Logo
.. 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

Cite

If you use ``ANT``, please consider citing our paper :footcite:`shabestari2025advances`. .. footbibliography:: .. tab-set:: .. tab-item:: APA .. code-block:: none Shabestari, P. S., Ribes, D., Défayes, L., Cai, D., Groves, E., Behjat, H. H., ... & Neff, P. (2025, June). Advances on Real Time M/EEG Neural Feature Extraction. In 2025 IEEE 38th International Symposium on Computer-Based Medical Systems (CBMS) (pp. 337-338). IEEE. .. tab-item:: BibTeX .. code-block:: bibtex @inproceedings{shabestari2025advances, title={Advances on Real Time M/EEG Neural Feature Extraction}, author={Shabestari, Payam S and Ribes, Delphine and D{\'e}fayes, Lara and Cai, Danpeng and Groves, Emily and Behjat, Harry H and Van de Ville, Dimitri and Kleinjung, Tobias and Naas, Adrian and Henchoz, Nicolas and others}, booktitle={2025 IEEE 38th International Symposium on Computer-Based Medical Systems (CBMS)}, pages={337--338}, year={2025}, organization={IEEE} } .. raw:: html

Supporting institutions

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