[Mne_analysis] Misalignment of PSF activity for right hemispheric source activity !! potential bug?

Alexandre Gramfort alexandre.gramfort at inria.fr
Mon Jul 6 15:51:43 EDT 2020
Search archives:

        External Email - Use Caution        

hi Dip,

try this:

# get the source idx
sources = [np.where(vertno_hemi == centre_vertex)[0][0]]
sources_rh = np.array(sources) + forward['src'][0]['inuse'].sum()  #
do not forget to add number of dipoles in left hemi
# get PSF for dSPM at one vertex
stc_psf = get_point_spread(rm_lor, forward['src'], sources_rh, norm=True)

HTH
Alex



More information about the Mne_analysis mailing list