Introducing a new feature that allows plotting the channel contribution to each retained PC.
This is made possible by storing the PCA decomposition matrix as an attribute to the result from hmp.utils.transformed_data
hmp_data.attrs['components']
The new function then uses mne's mne.viz.plot_topomap to plot the channel contribution using the stored attribute and the info or position object as used for hmp.visu.plot_topo_timecours()
Introducing a new feature that allows plotting the channel contribution to each retained PC.
This is made possible by storing the PCA decomposition matrix as an attribute to the result from
hmp.utils.transformed_data
hmp_data.attrs['components']
The new function then uses mne'smne.viz.plot_topomap
to plot the channel contribution using the stored attribute and the info or position object as used forhmp.visu.plot_topo_timecours()