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.
You can only install this project (at the moment) from GitHub.
pip install git+https://github.com/Fohlen/midp_workbench.git
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
You can also re-use this library in your own projects. The API is straightforward from fetch-eeg-samples.