A high-level M/EEG Python library for EEG inverse solutions
Project description
invertmeeg - A high-level M/EEG Python library for EEG inverse solutions :dart:
This package contains various (>50) approaches to solve the M/EEG inverse problems :leftwards_arrow_with_hook:. It integrates with the mne-python framework.
Read the Documentation here!
Install the package from pypi:
pip install invertmeeg
To check if the installation works run:
python -c 'import invert'
To test the package simply run:
pytest tests
To calculate an inverse solution using minimum norm estimates simply type:
from invert import Solver
# fwd = ...
# evoked = ...
# Create a Solver instance
solver_name = "MNE"
solver = Solver(solver_name)
# Calculate the inverse operator
solver.make_inverse_operator(fwd)
# Apply the inverse operator to your data
stc = solver.apply_inverse_operator(evoked)
# Plot the resulting source estimate
stc.plot()
There are many solvers implemented in the package, and you can find them here!
I am looking for collaborators! If you are interested you can write an :email: to lukas_hecker@web.de
If you use this package and publish results, please cite as:
@Misc{invertmeeg2022,
author = {{Lukas Hecker}},
title = {{invertmeeg}: A high-level M/EEG Python library for EEG inverse solutions.},
howpublished = {\url{https://github.com/LukeTheHecker/invert}},
year = {since 2022}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file invertmeeg-0.1.0.tar.gz
.
File metadata
- Download URL: invertmeeg-0.1.0.tar.gz
- Upload date:
- Size: 101.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bce947253f65563797a03c9661edf413dfa7415a603a0cdbf65700071e83e04c |
|
MD5 | e1cb23951e3ca926337111884494de5a |
|
BLAKE2b-256 | d5e405a1d5c56e4e5b6cc2cc3df9f26b99265fa3f50fd97f11a2ead5d107da7e |
File details
Details for the file invertmeeg-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: invertmeeg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 110.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b23664188309f3dc4470feffd9159f9291c205eaa37db572f87db4d91619ab1e |
|
MD5 | 55adc9fd3f9718b2f17c17e203c793e6 |
|
BLAKE2b-256 | 86ae7b012c22ca1571bb599b4e66d34dc101fcf7074c0ad1f381a0b878839a9a |