Star#
- class ansys.stk.core.stkobjects.Star#
Bases:
ISTKObject
,ILifetimeInformation
Class defining the Star object.
Overview#
The starβs right ascension: the angle in the equatorial plane measured in a right-handed sense about the inertial Z-axis from the inertial X-axis. Uses Angle Dimension. |
|
The starβs declination: the angle from the inertial equator measured toward the inertial positive Z-axis. Uses Angle Dimension. |
|
Motion of star relative to solar system barycenter expressed in arc seconds per year. Here, right ascension refers to motion in equatorial plane measured in a right-handed sense about the inertial Z-axis from inertial X-axis. Uses AngleRate Dimension. |
|
Motion of the star relative to the solar system barycenter expressed in arc seconds per year. Here, declination refers to motion from the inertial equator measured towards the inertial positive Z-axis. Uses AngleRate Dimension. |
|
Annual parallax: motion of a star due to changes in the Earthβs position relative to the solar system barycenter. Uses Angle Dimension. |
|
Epoch of the star position information as a Julian epoch (yyyy.yy). The Julian epoch is related to the Julian date by the expression JD = 2451545.0 + (yyyy.yy - 2000.0) x 365.25, where 2451545.0 (TT) represents the standard J2000 epoch. |
|
Magnitude, the visual brightness of the star. Dimensionless. |
|
Get the starβs 2D Graphics properties. |
|
Get the constraints imposed on the star. |
|
Get the starβs 3D Graphics properties. |
|
Return a reference frame. |
|
Property motion radial velocity. Uses Distance dimension. |
Import detail#
from ansys.stk.core.stkobjects import Star
Property detail#
- property Star.location_right_ascension: Any#
The starβs right ascension: the angle in the equatorial plane measured in a right-handed sense about the inertial Z-axis from the inertial X-axis. Uses Angle Dimension.
- property Star.location_declination: Any#
The starβs declination: the angle from the inertial equator measured toward the inertial positive Z-axis. Uses Angle Dimension.
- property Star.proper_motion_right_ascension: float#
Motion of star relative to solar system barycenter expressed in arc seconds per year. Here, right ascension refers to motion in equatorial plane measured in a right-handed sense about the inertial Z-axis from inertial X-axis. Uses AngleRate Dimension.
- property Star.proper_motion_declination: float#
Motion of the star relative to the solar system barycenter expressed in arc seconds per year. Here, declination refers to motion from the inertial equator measured towards the inertial positive Z-axis. Uses AngleRate Dimension.
- property Star.parallax: Any#
Annual parallax: motion of a star due to changes in the Earthβs position relative to the solar system barycenter. Uses Angle Dimension.
- property Star.epoch: str#
Epoch of the star position information as a Julian epoch (yyyy.yy). The Julian epoch is related to the Julian date by the expression JD = 2451545.0 + (yyyy.yy - 2000.0) x 365.25, where 2451545.0 (TT) represents the standard J2000 epoch.
- property Star.graphics: StarGraphics#
Get the starβs 2D Graphics properties.
- property Star.access_constraints: AccessConstraintCollection#
Get the constraints imposed on the star.
- property Star.graphics_3d: StarGraphics3D#
Get the starβs 3D Graphics properties.
- property Star.reference_frame: StarReferenceFrame#
Return a reference frame.