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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interpolate step

tPPMc-cs opened this issue · comments

commented
commented

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

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

elec_pos = _find_topomap_coords(self.info, self.info.ch_names)

Otherwise feel free to come back to the issue later!