LukeTheHecker / esinet

EEG inverse solution with artificial neural networks. This package works with MNE-Python data structures for easy integration into your MNE-based M/EEG code
MIT License
38 stars 9 forks source link

Interpolate step #4

Closed tPPMc-cs closed 6 months ago

tPPMc-cs commented 2 years ago

What is the process of interpolate the raw data into a 7x11 matrix?^_^

LukeTheHecker commented 2 years ago

Hey, please refer to the following lines of code, hopefully this answers your question:

https://github.com/LukeTheHecker/esinet/blob/1d76ce818f9494ede8e3cb06acda71010e391a89/esinet/net.py#L242

Otherwise feel free to come back to the issue later!