SSHCoeff¶
-
class
pylayers.antprop.spharm.SSHCoeff(Cx, Cy, Cz)[source]¶ Bases:
pylayers.util.project.PyLayersscalar spherical harmonics
Cx : coefficient for x axis Cy : coefficient for y axis Cz : coefficient for z axis
Methods Summary
s2tos3([threshold])convert scalar spherical coefficients from shape 2 to shape 3
sets3(Cx, Cy, Cz)set shape 3
Methods Documentation