Spherical harmonics
Functions:
| Name | Description |
|---|---|
compute_sminus2_l2 |
Spin -2 weighted spherical harmonic for l=2, phi=0. |
compute_sminus2_l3 |
Spin -2 weighted spherical harmonic for l=3, phi=0. |
compute_sminus2_l4 |
Spin -2 weighted spherical harmonic for l=4, phi=0. |
compute_sminus2_l2(theta: FloatLike, m: int | Array) -> FloatLike
¤
Spin -2 weighted spherical harmonic for l=2, phi=0. theta: float or array m: integer in [-2, -1, 0, 1, 2]
compute_sminus2_l3(theta: FloatLike, m: int | Array) -> FloatLike
¤
Spin -2 weighted spherical harmonic for l=3, phi=0. theta: scalar or array m: integer in [-3, 3]
compute_sminus2_l4(theta: FloatLike, m: int | Array) -> FloatLike
¤
Spin -2 weighted spherical harmonic for l=4, phi=0. theta: scalar or array m: integer in [-4, 4]