ssapy_prop
- ssapy.simple.ssapy_prop(integration_timestep=60, propkw={'CD': 2.3, 'CR': 1.3, 'area': 0.022, 'mass': 250})[source][source]
Setup and return an RK78 propagator with specified accelerations and radiation pressure effects.
Parameters:
- integration_timestepint
Time step for the numerical integration (in seconds).
- propkwdict, optional
Keyword arguments for radiation pressure accelerations. If None, default arguments are used.
Returns:
- RK78Propagator
An RK78 propagator configured with the specified accelerations and time step.