Previous topic

galpy.orbit.Orbit.helioZ

Next topic

galpy.orbit.Orbit.jp

This Page

galpy.orbit.Orbit.Jacobi

Orbit.Jacobi(*args, **kwargs)

NAME:

Jacobi

PURPOSE:

calculate the Jacobi integral E - Omega L

INPUT:

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

OmegaP= pattern speed

pot= potential instance or list of such instances

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

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

OUTPUT:

Jacobi integral

HISTORY:

2011-04-18 - Written - Bovy (NYU)