galpy.orbit.Orbit.Jacobi

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

NAME:

Jacobi

PURPOSE:

calculate the Jacobi integral E - Omega L

INPUT:

t - (optional) time at which to get the Jacobi integral (can be Quantity)

OmegaP= pattern speed (can be Quantity)

pot= potential instance or list of such instances

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

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

OUTPUT:

Jacobi integral [*input_shape,nt]

HISTORY:

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