galpy.orbit.Orbit.__call__

Orbit.__call__(*args, **kwargs)[source]

Return the orbits at time t.

Parameters:

t (numeric, numpy.ndarray or Quantity) – Desired time. Default is the initial time.

Returns:

An Orbit instance with initial conditions set to the phase-space at time t; shape of new Orbit is (shape_old,nt).

Return type:

Orbit

Notes

  • 2019-03-05 - Written - Bovy (UofT)

  • 2019-03-20 - Implemented multiple times –> Orbits - Bovy (UofT)