SSHCoeff

class pylayers.antprop.spharm.SSHCoeff(Cx, Cy, Cz)[source]

Bases: pylayers.util.project.PyLayers

scalar 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

s2tos3(threshold=-1)[source]

convert scalar spherical coefficients from shape 2 to shape 3

thresholdfloat

default (-1)

s3 corresponds to energy thresholded coefficients

sets3(Cx, Cy, Cz)[source]

set shape 3

Cx : SCoeff Cy : SCoeff Cz : SCoeff