reloreta


Namereloreta JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryThis 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
upload_time2024-12-29 02:45:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords reloreta eloreta eeg source localization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "reloreta",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ReLORETA, eLORETA, EEG, Source Localization",
    "author": null,
    "author_email": "Amin Noroozi Fakhabi <amin.noroozi555@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/09/55/beffc04b57b760abff8a528c9ed4330ae6057f532ce5a092fa70b7f49b0c/reloreta-0.0.1.tar.gz",
    "platform": null,
    "description": "# Project Title\r\n\r\nThe reloreta module implements the ReLORETA algorithm from the article \r\n\"A Robust eLORETA Technique for Localization of Brain Sources in the Presence of Forward Model Uncertainties\", Noroozi. A et al, 2022\r\n\r\n## Installation\r\n\r\nYou can install the package as follows: \r\npip install reloreta \r\nor using the following for IPython: \r\n!pip install reloreta\r\n\r\n## Example \r\nFor the complete example of how to use and apply the module, please see the following page: \r\nhttps://github.com/AminNoroozi/ReLORETA\r\n\r\n## License\r\nThis project is licensed under the MIT License. See the LICENSE file for details.\r\n\r\n## Contact\r\nAuthor: Amin Noroozi\r\nEmail: amin.noroozi555@gmail.com\r\nGitHub: https://github.com/AminNoroozi\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "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",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/AminNoroozi/ReLORETA"
    },
    "split_keywords": [
        "reloreta",
        " eloreta",
        " eeg",
        " source localization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e0922aa08d4f019e423d56b50ea3070b39214ae71193c78664749682a949a0c",
                "md5": "6a634e485188eabc2c01c4e69c724b20",
                "sha256": "2f8dcab58956ccce7168a30c0ce5f0623f3659768b2696151786f58dacad49c2"
            },
            "downloads": -1,
            "filename": "reloreta-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a634e485188eabc2c01c4e69c724b20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5245,
            "upload_time": "2024-12-29T02:45:11",
            "upload_time_iso_8601": "2024-12-29T02:45:11.013610Z",
            "url": "https://files.pythonhosted.org/packages/9e/09/22aa08d4f019e423d56b50ea3070b39214ae71193c78664749682a949a0c/reloreta-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0955beffc04b57b760abff8a528c9ed4330ae6057f532ce5a092fa70b7f49b0c",
                "md5": "cede0628484047f46779f71c2bf9bd2c",
                "sha256": "1d97ecc181307b46c7e1b575fa9e5bfe0dafdba34ef243e61eda07efd92c3a16"
            },
            "downloads": -1,
            "filename": "reloreta-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cede0628484047f46779f71c2bf9bd2c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5009,
            "upload_time": "2024-12-29T02:45:12",
            "upload_time_iso_8601": "2024-12-29T02:45:12.082253Z",
            "url": "https://files.pythonhosted.org/packages/09/55/beffc04b57b760abff8a528c9ed4330ae6057f532ce5a092fa70b7f49b0c/reloreta-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-29 02:45:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AminNoroozi",
    "github_project": "ReLORETA",
    "github_not_found": true,
    "lcname": "reloreta"
}
        
Elapsed time: 0.35437s