Metadata-Version: 2.1
Name: reloreta
Version: 0.0.1
Summary: This module implements the ReLORETA algorithm from the article -A Robust eLORETA Technique for Localization of Brain Sources in the Presence of Forward Model Uncertainties- Noroozi. A, 2022 
Author-email: Amin Noroozi Fakhabi <amin.noroozi555@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/AminNoroozi/ReLORETA
Keywords: ReLORETA,eLORETA,EEG,Source Localization
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.26.4
Requires-Dist: scipy>=1.13.1

# Project Title

The reloreta module implements the ReLORETA algorithm from the article 
"A Robust eLORETA Technique for Localization of Brain Sources in the Presence of Forward Model Uncertainties", Noroozi. A et al, 2022

## Installation

You can install the package as follows: 
pip install reloreta 
or using the following for IPython: 
!pip install reloreta

## Example 
For the complete example of how to use and apply the module, please see the following page: 
https://github.com/AminNoroozi/ReLORETA

## License
This project is licensed under the MIT License. See the LICENSE file for details.

## Contact
Author: Amin Noroozi
Email: amin.noroozi555@gmail.com
GitHub: https://github.com/AminNoroozi
