keplerian_prop

ssapy.simple.keplerian_prop(integration_timestep: float = 10) RK78Propagator[source][source]

Create and return an RK78Propagator for a Keplerian orbit.

This propagator uses only the Keplerian acceleration for a two-body problem.

Parameters:

integration_timestepfloat, optional

The time step for the RK78Propagator integration (default is 10 seconds).

Returns:

RK78Propagator

An instance of RK78Propagator configured with Keplerian acceleration.