Previous topic

galpy.orbit.Orbit.__add__

Next topic

galpy.orbit.Orbit.bb

This Page

galpy.orbit.Orbit.__call__

Orbit.__call__(*args, **kwargs)

NAME:

__call__

PURPOSE:

return the orbit at time t

INPUT:

t - desired time

rect - if true, return rectangular coordinates

OUTPUT:

an Orbit instance with initial condition set to the phase-space at time t or list of Orbit instances if multiple times are given

HISTORY:

2010-07-10 - Written - Bovy (NYU)