Skip to main content

A Pipeline-GUI for MNE-Python from MEG-Lab Heidelberg

Project description

mne-pipeline-hd

A Pipeline-GUI for MNE-Python from MEG-Lab Heidelberg

mne-pipeline-hd Logo

Installation

  1. Install MNE-python as instructed on the website, I would recommend to install in a separate conda environment with: conda env create -n mne_p -f environment.yml
  2. conda activate mne_p
  3. pip install https://github.com/marsipu/mne-pipeline-hd/zipball/main

Update

Run pip install --upgrade --no-deps --force-reinstall https://github.com/marsipu/mne-pipeline-hd/zipball/main for an update to the development version or pip install --upgrade mne-pipeline-hd for the latest release.

Start

Run mne_pipeline_hd in your mne_pipeline-environment (conda activate mne_p)

or

run __main__.py from the terminal or an IDE like PyCharm, VSCode, Atom, etc.

When using the pipeline and its functions bear in mind that the pipeline is still in development! The basic functions supplied are just a suggestion and you should verify before usage if they do what you need. They are also partly still adjusted to specific requirements which may not apply to all data.

Bug-Report/Feature-Request

Please report bugs on GitHub as an issue or to me (dev@earthman-music.de) directly. And if you got ideas on how to improve the pipeline or some feature-requests, you are welcome to open an issue too or send an e-mail (dev@earthman-music.de)

Contribute and build your own functions/fix bugs

I you want to help by contributing, I would be very happy:

You need a GitHub-Account and should have git installed.

  1. Fork this repository on GitHub
  2. Move to the folder where you want to clone to
  3. Clone your forked repository with git from a terminal: git clone <url you get from the green clone-button from your forked repository on GitHub>
  4. Add upstream to git for updates: git remote add upstream git://github.com/marsipu/mne-pipeline-hd.git
  5. Install development version with pip: pip install -e ./
  6. Create a branch for changes: git checkout -b <branch-name>
  7. Commit changes: git commit -am "<your commit message>"
  8. Push changes to your forked repository on GitHub: git push
  9. Make "New pull request" from your new feature branch

You can always write me, if you have questions about the contribution-process or about the program-structure.

Acknowledgments

This Pipeline is build on top of MNE-Python

A. Gramfort, M. Luessi, E. Larson, D. Engemann, D. Strohmeier, C. Brodbeck, L. Parkkonen, M. Hämäläinen, MNE software for processing MEG and EEG data, NeuroImage, Volume 86, 1 February 2014, Pages 446-460, ISSN 1053-8119, DOI

It was inspired by a pipeline from Lau M. Andersen

Andersen LM. Group Analysis in MNE-Python of Evoked Responses from a Tactile Stimulation Paradigm: A Pipeline for Reproducibility at Every Step of Processing, Going from Individual Sensor Space Representations to an across-Group Source Space Representation. Front Neurosci. 2018 Jan 22;12:6. doi: 10.3389/fnins.2018.00006. PMID: 29403349; PMCID: PMC5786561.

This program also integrates autoreject

Mainak Jas, Denis Engemann, Yousra Bekhti, Federico Raimondo, and Alexandre Gramfort. 2017. “Autoreject: Automated artifact rejection for MEG and EEG data”. NeuroImage, 159, 417-429.

Many ideas and basics for GUI-Programming where taken from LearnPyQt and numerous stackoverflow-questions/solutions.

The development is financially supported by Heidelberg University.

Thank you to the members of my laboratory (especially my supervisor Andre Rupp) for their feedback and testing in the early stages of development.

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

mne-pipeline-hd-0.3.3a0.tar.gz (206.7 kB view hashes)

Uploaded Source

Built Distribution

mne_pipeline_hd-0.3.3a0-py3-none-any.whl (223.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page