Hi, here is the meg raw datanfile. S01_raw.fif
In addition, when I use the file to estimate source, i always get the Index error like this:
å¼ēØIndexError Traceback (most recent call last)
in
6 size=(800, 800), smoothing_steps=10)
7
----> 8 brain = stc_LFF6.plot(**surfer_kwargs)
9
10 brain.add_foci(vertno_max, coords_as_verts=True, hemi=ārhā, color=āblueā,
~/.local/lib/python3.7/site-packages/mne/source_estimate.py in plot(self, subject, surface, hemi, colormap, time_label, smoothing_steps, transparent, alpha, time_viewer, subjects_dir, figure, views, colorbar, clim, cortex, size, background, foreground, initial_time, time_unit, backend, spacing, title, show_traces, src, volume_options, view_layout, add_data_kwargs, verbose)
661 spacing=spacing, title=title, show_traces=show_traces,
662 src=src, volume_options=volume_options, view_layout=view_layout,
ā 663 add_data_kwargs=add_data_kwargs, verbose=verbose)
664 return brain
665
~/anaconda3/lib/python3.7/site-packages/scipy/sparse/_index.py in _asindices(self, idx, length)
168 max_indx = x.max()
169 if max_indx >= length:
ā 170 raise IndexError(āindex (%d) out of rangeā % max_indx)
171
172 min_indx = x.min()
IndexError: index (137932) out of range"
Do you have any idea where was wrong?
Thank you very much !