galpy.orbit.Orbit.__call__

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

NAME:

__call__

PURPOSE:

return the orbits at time t

INPUT:

t - desired time (can be Quantity)

OUTPUT:

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

HISTORY:

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

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