A Python3 package for eeg (pre)processing from Automagic.
Project description
pyautomagic
A Python3 version of the automagic EEG processing pipeline. Development in progress. This is all temporary.
References
- Paper: https://www.biorxiv.org/content/10.1101/460469v1
- Paper: https://www.ncbi.nlm.nih.gov/pubmed/31233907
- Matlab github repo: https://github.com/methlabUZH/automagic
Project Organization
├── LICENSE
├── Makefile <- Makefile with commands like `make data` or `make train`
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── docs <- A default Sphinx project; see sphinx-doc.org for details
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description, e.g.
│ `1.0-jqp-initial-data-exploration`.
│
├── references <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
├── pyautomagic
| ├── src <- Src/ from automagic (matlab)
│ ├── __init__.py <- Makes src a Python module
│ │
│ ├── base <- Scripts that are configuration files, or other code used by the entire pyautomagic repo.
│ │
│ ├── gui <- Scripts for the gui
│ │
│ ├── preprocessing <- Scripts for running EEG preprocessing
│ │
│ └── visualization <- Scripts to visualize results, etc.
│
└── tox.ini <- tox file with settings for running tox; see tox.testrun.org
Intended Users / Usage
Researchers dealing with EEG data. The main (default) workflow is summarized in:
Installation Guide
For installation instructions, see installation guide.
Setup Jupyter Kernel To Test
You need to install ipykernel to expose your conda environment to jupyter notebooks.
conda install ipykernel
python -m ipykernel install --name pyautomagic --user
# now you can run jupyter lab and select a kernel
jupyter lab
Testing and Documentation
For contributing, please see contribution guide.
For running tests, please see testing guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyautomagic-0.1.0.tar.gz
(29.6 kB
view details)
Built Distribution
File details
Details for the file pyautomagic-0.1.0.tar.gz
.
File metadata
- Download URL: pyautomagic-0.1.0.tar.gz
- Upload date:
- Size: 29.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3ed0880530304b22ec582d501988e0ac4409e480d4309b3ba3e6fec2e538794 |
|
MD5 | 9a3830c657f41c06571fe59a74d72aa8 |
|
BLAKE2b-256 | 2ad07d4e2cc50cb70dad396db0ef9d887d5996174dee69959a8af8ae8c1c7f4d |
File details
Details for the file pyautomagic-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyautomagic-0.1.0-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a06e48a5dc4ba9db4ee79a83973c0b3d8ce175169c020bac9b0db6431186b84 |
|
MD5 | 1daacb63c6e3b79ab5145c90b01b76cd |
|
BLAKE2b-256 | 0178ce346127228b2942e04c5c2485a75f7b70957a5c8ee078a388eb6689dfda |