galpy.orbit.Orbit.r

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

NAME:

r

PURPOSE:

return spherical radius at time t

INPUT:

t - (optional) time at which to get the radius

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

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

OUTPUT:

r(t) [*input_shape,nt]

HISTORY:

2019-02-20 - Written - Bovy (UofT)