Neural data MNE-python can process?

External Email - Use Caution

I am new to mne-python. Can it be used for mult-electrode array data,
single cell data and other data types other than ones measured on the
surface? The documentation was not clear on it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201019/851e58db/attachment.html

External Email - Use Caution

We have some support for sEEG and ECoG data. See for example the ECoG
tutorial:

https://mne.tools/dev/auto_tutorials/misc/plot_ecog.html

And a newer version of it that adds some better 3D viz capabilities (this
should land in the `dev` docs soon):

https://22694-1301584-gh.circle-artifacts.com/0/dev/auto_tutorials/misc/plot_ecog.html#sphx-glr-auto-tutorials-misc-plot-ecog-py

We are actively working on making sEEG visualization better, as well, feel
free to comment here:

https://github.com/mne-tools/mne-python/issues/8364

If there are other features you'd need to work with your data, feel free to
open an enhancement pull request on GitHub!

Eric