SpaceObject.get_velocity

SpaceObject.get_velocity

SpaceObject.get_velocity(t)[source]

Gets velocity at specified times using propagator instance.

Parameters

t (float/list/numpy.ndarray) – Time relative epoch in seconds.

Returns

Array of positions as a function of time.

Return type

numpy.ndarray of size (3,len(t))