I mean a script I can run on my machine so I can replicate this issue.
for this I need a script that operates on a public dataset so I suggest
you use
the sample dataset we use in all our examples online.
thanks
Alex
>
> External Email - Use Caution
>
> Did you mean code with all preprocessing, events creation and other
steps? If that's the case, I have uploaded it here. LINK
>
> GM.
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> Mne_analysis Info Page
------------------------------
_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu Mne_analysis Info Page
End of Mne_analysis Digest, Vol 143, Issue 23
*********************************************
I looked into the issue. The problem is following:
src = mne.setup_volume_source_space(bem=bem)
returns a discrete source space as it does not know what subject to
which the bem corresponds to.
Basically it does not know where to get the MRI from.
We could try to infer the subject (it might be in the BEM somewhere), but
then we still wouldn't know subjects_dir. Maybe we should add a warning
saying that no MRI was provided and this the source space will be discrete,
since it seems rare that you'd want to use a BEM, spacing as a float (i.e.,
grid), but have no MRI associated with it.