galpy.orbit.Orbit.x

Orbit.x(*args, **kwargs)

NAME:

x

PURPOSE:

return x

INPUT:

t - (optional) time at which to get x (can be Quantity)

ro= (Object-wide default) physical scale for distances to use to convert (can be Quantity)

use_physical= use to override Object-wide default for using a physical scale for output

OUTPUT:

x(t)

HISTORY:

2010-09-21 - Written - Bovy (NYU)