ParamOrbitRV

class ssapy.rvsampler.ParamOrbitRV(*args, **kwargs)[source][source]

Bases: ParamOrbitTranslator

Translate between position-velocity parameters and orbit objects.

The first three parameters are the position vector r and the next three are the velocity vector v. Any configured propagation keywords are appended after those six parameters.

Methods Summary

orbit_to_param(orbit)

param_to_orbit(p)

Methods Documentation

orbit_to_param(orbit)[source][source]
param_to_orbit(p)[source][source]