grss.libgrss.InterpolationParameters#

class grss.libgrss.InterpolationParameters#

Bases: pybind11_object

The InterpolationParameters class contains parameters used for interpolation of the states of the integrated bodies.

__init__(self: grss.libgrss.InterpolationParameters) None#

Methods

__init__(self)

Attributes

tStack

Stack of times used for interpolation at steps taken by the integrator.

xIntegStack

Stack of states of the integrated bodies used for interpolation at steps taken by the integrator.

property tStack#

Stack of times used for interpolation at steps taken by the integrator.

property xIntegStack#

Stack of states of the integrated bodies used for interpolation at steps taken by the integrator.