https://mne.tools/stable/auto_tutorials/forward/35_eeg_no_mri.html
I followed the tutorial here, as I’d like to start working in the 3-dimensional
When I check my resources, Python has chewed through all my memory. I saw this:
<Forward | MEG channels: 0 | EEG channels: 19 | Source space: Surface with 20484 vertices | Source orientation: Free>
20484 vertices seems excessive. Any tips on how I can reduce this so I can start doing calculations/analysis? Thanks!
Edit: If it helps, I am trying to do lorettas/source localization when I only have eeg data. I don’t need an extreme degree of precision, just something that is good enough to test locally before I deploy on the cloud.