gsp-eeg / EEGraSP

EEG signal analysis based on graph signal processing
https://eegrasp.readthedocs.io/
MIT License
1 stars 0 forks source link

Make graph from EEG montage #22

Open lucaslanek opened 8 months ago

lucaslanek commented 8 months ago

In GitLab by @julioRodino on Mar 4, 2024, 11:02

Generate a graph from an eeg montage (compatible with MNE library). There should be an option to use the geodesic or euclidean distance.

lucaslanek commented 7 months ago

In GitLab by @julioRodino on Mar 13, 2024, 18:11

The graph from the EEG montage can be computed through different distance methods.

The Euclidean distance between the electrode coordinates is the most straightforward option. Though another option is the geometric distance between the nodes in a standard head. The MNE library and fieldtrip library contain headmodels that could be used.

Due to the nature of this taks, this could be another project with wrapper functions of the MNE and pygsp libraries.

lucaslanek commented 5 months ago

In GitLab by @aweinstein on May 29, 2024, 05:31

moved from pygsp#4