To my knowledge, there is no way to display source space(s) in the MNE Report.
I would be nice to be able to quickly visualize the source space distribution, especially when working with automated tools such a MNE-BIDS-Pipeline.
Describe your proposed implementation
A src parameter could be added to the report.add_bem method in order to visualize a source space ( very few changes)
Describe the new feature or enhancement
To my knowledge, there is no way to display source space(s) in the MNE
Report
. I would be nice to be able to quickly visualize the source space distribution, especially when working with automated tools such a MNE-BIDS-Pipeline.Describe your proposed implementation
A
src
parameter could be added to thereport.add_bem
method in order to visualize a source space ( very few changes)Describe possible alternatives
Source space data might also be extracted from the
forward
instance and therefore be added in the using theReport.add_forward
method instead.We could also create a dedicated
add_src
method.Additional context
No response