Skip to content

Fohlen/midp_workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midp_workbench

The MIDP workbench is a utility library to download and preprocess eye tracking data from the Multimodal Resource for Studying Information Processing in the Developing Brain.

Installation

You can only install this project (at the moment) from GitHub.

pip install git+https://github.com/Fohlen/midp_workbench.git

Usage

You can invoke the package from the command-line:

fetch-eeg-samples -o output_folder/ ID1

It will produce a NPZ archive of all the variables found in the original recording. Consequently one can use e.g. REMoDNaV to post-process this data.

One can also bulk-download multiple items at once using xargs, e.g. download blocks of 100 participants at once:

cat my_list_of_participants.txt # should contain one ID per line
xargs fetch-eeg-samples -o output_folder < my_list_of_participants.txt

Invoking programmatically

You can also re-use this library in your own projects. The API is straightforward from fetch-eeg-samples.

About

A workbench for the MIDP dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages