best_prop

ssapy.simple.best_prop(integration_timestep=10, kwargs={'CD': 2.3, 'CR': 1.3, 'area': 0.022, 'mass': 250})[source][source]

Create and return an RK78Propagator with a comprehensive set of accelerations.

Parameters:

integration_timestepfloat, optional

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

kwargsdict, optional

Dictionary of parameters for non-conservative forces (mass, area, CD, CR). If not provided, defaults are used.

Returns:

RK78Propagator

An instance of RK78Propagator configured with cached accelerations.