Setting Up the Sample Data Set
In order to run MNE-CPP examples out of the box it is necessary to install the MNE-Sample-Data set. You can download the data here. After extracting the data to mne-cpp/bin/MNE-sample-data
the folder structure should look like this:
mne-cpp/
├── bin/
| ├── MNE-sample-data/
| | ├── MEG/
| | ├── subjects/
| | └── README.md/
| └── ...
└── ...