Calculates the power contained in a particular spherical harmonic degree
Parameters: |
|
---|---|
Returns: | power in degree l |
Calculates the power for all degrees represented in a CILM array
Parameters: | c (numpy array) – array of SH coefficients of shape (2, lmax+1, lmax+1), where lmax is the maximum degree for which coefficients are stored in the array |
---|---|
Returns: | 1D numpy array of length lmax |
Calculate the degree variance for all degrees represented in a CILM array
Parameters: | c (numpy array) – array of SH coefficients of shape (2, lmax+1, lmax+1), where lmax is the maximum degree for which coefficients are stored in the array |
---|---|
Returns: | 1D numpy array of length lmax |
Calculate the degree normalized density for all degrees represented in a CILM array
Parameters: | c (numpy array) – array of SH coefficients of shape (2, lmax+1, lmax+1), where lmax is the maximum degree for which coefficients are stored in the array |
---|---|
Returns: | 1D numpy array of length lmax |