bfieldtools.sphtools.plotBWlm_volume

bfieldtools.sphtools.plotBWlm_volume(sph, l, m, lim, Np, offset)

Plots magnetic field basis function ‘Wlm’ (r**l) over a 3D volume.

Parameters
sph: spherical harmonics analysis object
l: int

degree l

m: int

order m

lim: float

limits for coordinates, e.g., xmin = -lim, xmax = lim

Np: int

number of points along different coordinates

offset: 1x3 array

offset of the volume in which Wlm is plotted

Returns
obj: mayavi object