Skip to content

Basic repo to test BIDS app on MNE sample data (ds000248)

Notifications You must be signed in to change notification settings

mne-tools/mne-bids-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIDS app that reads raw files from a BIDS compatible dataset and converts it into evoked objects using MNE.

Pre-installation

You will need Docker installed: https://www.docker.com/

Quickstart

BIDS compatible data for this example is available at: https://openneuro.org/datasets/ds000248/. Place it inside the folder BIDS-examples/

First, build the docker image

$ docker build . -t mne-app

Then make the folder to save the outputs

$ mkdir outputs/

Run the BIDS app

$ docker run -ti -v $(pwd)/BIDS-examples/ds000248:/bids_dataset -v $(pwd)/outputs:/outputs mne-app --subject_id 01 --inputdir /bids_dataset --outputdir /outputs

About

Basic repo to test BIDS app on MNE sample data (ds000248)

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages