ICelestialBodyInformation#
- class ansys.stk.core.stkobjects.ICelestialBodyInformation#
The interface represents information associated with a celestial body.
Overview#
Return the last computed direction vector in ICRF. |
Get the identification of the star as per star catalog. |
|
Get a name of the star catalog. |
|
Right ascention. Use the |
|
Declination. Use the |
|
Trigonometric parallax. Use the |
|
Radial velocity. |
|
Visual magnitude. |
|
Johnson B-V color index. |
|
Starβs effective temperature. Use the |
|
Magnitude to irradiance conversion factor is not given directly in any catalog. This factor converts the Planck function radiance to a rescaled irradiance at Earthβs distance from the star. Unitless. |
Import detail#
from ansys.stk.core.stkobjects import ICelestialBodyInformation
Property detail#
- property ICelestialBodyInformation.identifier: str#
Get the identification of the star as per star catalog.
- property ICelestialBodyInformation.right_ascension: float#
Right ascention. Use the
Angle
dimension.
- property ICelestialBodyInformation.parallax: float#
Trigonometric parallax. Use the
Angle
dimension.
Method detail#
- ICelestialBodyInformation.get_last_computed_direction_in_icrf(self) ICartesian3Vector #
Return the last computed direction vector in ICRF.
- Returns:
ICartesian3Vector