Open lucaslanek opened 8 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.
In GitLab by @aweinstein on May 29, 2024, 05:31
moved from pygsp#4
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.