param_to_orbit

ssapy.correlate_tracks.param_to_orbit(param, mode='rv', orbitattr=None)[source][source]

Convert parameters to Orbits.

Note: Orbits are converted so that they are all bound orbits to avoid challenges with hyperbolic orbit propagation.

Parameters:
  • param (array_like (n, n_param)) – parameters for orbits

  • mode (str) – parameter type, one of ‘rv’, ‘angle’, ‘orbit’