orbit_to_param

ssapy.correlate_tracks.orbit_to_param(orbit, mode='rv', orbitattr=None, rStation=None, vStation=None, fitonly=False)[source][source]

Convert Orbits to parameters.

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’