Convert MEG and EEG brain scan data from FieldTrip toolbox in Matlab to MNE toolbox in python.
Project description
# fieldtrip2mne
A Python module facilitating data conversion between MEG/EEG analysis toolboxes FieldTrip in MATLAB and MNE in Python. It works by reading FieldTrip data structures stored in .mat files and reassinging them to equivalent MNE structures. Several functions are provided to convert from different data types.
## How to use
```python
from fieldtrip2mne import read_raw
data = read_raw(filename)
```
```python
from fieldtrip2mne import read_epoched
data = read_epoched(filename)
```
```python
from fieldtrip2mne import read_avg
data = read_avg(filename)
```
## License
This module is developed by Thomas Hartmann & Dirk Gütlin at the Universität Salzburg. You are free to use, copy, modify, distribute it under the terms of the BSD 2 clause license.
A Python module facilitating data conversion between MEG/EEG analysis toolboxes FieldTrip in MATLAB and MNE in Python. It works by reading FieldTrip data structures stored in .mat files and reassinging them to equivalent MNE structures. Several functions are provided to convert from different data types.
## How to use
```python
from fieldtrip2mne import read_raw
data = read_raw(filename)
```
```python
from fieldtrip2mne import read_epoched
data = read_epoched(filename)
```
```python
from fieldtrip2mne import read_avg
data = read_avg(filename)
```
## License
This module is developed by Thomas Hartmann & Dirk Gütlin at the Universität Salzburg. You are free to use, copy, modify, distribute it under the terms of the BSD 2 clause license.
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
fieldtrip2mne-0.0.7.tar.gz
(7.0 kB
view details)
File details
Details for the file fieldtrip2mne-0.0.7.tar.gz
.
File metadata
- Download URL: fieldtrip2mne-0.0.7.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e7726a31fb88035abd6301fbc710662305fae46e26f282cd663f21602dec89b |
|
MD5 | af3ec1af2de8b10b4dc7c84007d75235 |
|
BLAKE2b-256 | 2ecf75f341a30cb7ceebe04138e4a16e6b4512270f48d9496a616844a2f1bab8 |