OEM Data Types¶
State¶
-
class
oem.components.State(epoch, position, velocity, acceleration=None, version='2.0')¶ Bases:
objectBasic Cartesian state.
-
epoch¶ Epoch date and time.
Type: DateTime
-
position¶ 3-element array describing the position at epoch.
Type: ndarray
-
velocity¶ 3-element array describing the velocity at epoch.
Type: ndarray
-
acceleration¶ 3-element array describing the acceleration at epoch. If unavailable, this attribute is None.
Type: ndarray
-
copy()¶ Create an independent copy of this instance.
-
has_accel¶
-
vector¶
-