You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
locs3d-=sphere[:3]
# use spherical (theta, pol) as (r, theta) for polar->cartesiancart_coords=_cart_to_sph(locs3d)
out=_pol_to_cart(cart_coords[:, 1:][:, ::-1])
# scale from radians to mmout*=cart_coords[:, [0]] / (np.pi/2.0)
out+=sphere[:2]
我在用MNE绘制脑磁图时所碰到的问题。
我原先有一个头盔,头盔上有一系列坐标点。我绘制的等磁图是二维的,因此需要将这些点映射到二维平面内。MNE内部提供了一种映射,但是我不太理解是什么意思。这是他提供的函数。
这里他进行了条件1. 我不太理解这个条件1的计算具体有什么含义
The text was updated successfully, but these errors were encountered: