tfg.math.spherical_harmonics.rotate_zonal_harmonics
Stay organized with collections
Save and categorize content based on your preferences.
Rotates zonal harmonics.
tfg.math.spherical_harmonics.rotate_zonal_harmonics(
zonal_coeffs: TensorLike,
theta: TensorLike,
phi: TensorLike,
name: str = 'spherical_harmonics_rotate_zonal_harmonics'
) -> TensorLike
Note |
In the following, A1 to An are optional batch dimensions.
|
Args |
zonal_coeffs
|
A tensor of shape [C] storing zonal harmonics coefficients.
|
theta
|
A tensor of shape [A1, ..., An, 1] storing polar angles.
|
phi
|
A tensor of shape [A1, ..., An, 1] storing azimuthal angles.
|
name
|
A name for this op. Defaults to
"spherical_harmonics_rotate_zonal_harmonics".
|
Returns |
A tensor of shape [A1, ..., An, C*C] storing coefficients of the rotated
harmonics.
|
Raises |
ValueError
|
If the shape of zonal_coeffs , theta or phi is not
supported.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-28 UTC.
[null,null,["Last updated 2022-10-28 UTC."],[],[],null,["# tfg.math.spherical_harmonics.rotate_zonal_harmonics\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/graphics/blob/master/tensorflow_graphics/math/spherical_harmonics.py#L317-L366) |\n\nRotates zonal harmonics. \n\n tfg.math.spherical_harmonics.rotate_zonal_harmonics(\n zonal_coeffs: TensorLike,\n theta: TensorLike,\n phi: TensorLike,\n name: str = 'spherical_harmonics_rotate_zonal_harmonics'\n ) -\u003e TensorLike\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Note ---- ||\n|---|---|\n| In the following, A1 to An are optional batch dimensions. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|----------------|-------------------------------------------------------------------------------|\n| `zonal_coeffs` | A tensor of shape `[C]` storing zonal harmonics coefficients. |\n| `theta` | A tensor of shape `[A1, ..., An, 1]` storing polar angles. |\n| `phi` | A tensor of shape `[A1, ..., An, 1]` storing azimuthal angles. |\n| `name` | A name for this op. Defaults to \"spherical_harmonics_rotate_zonal_harmonics\". |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A tensor of shape `[A1, ..., An, C*C]` storing coefficients of the rotated harmonics. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|--------------|--------------------------------------------------------------------|\n| `ValueError` | If the shape of `zonal_coeffs`, `theta` or `phi` is not supported. |\n\n\u003cbr /\u003e"]]