actionAngleHarmonicInverse

class galpy.actionAngle.actionAngleHarmonicInverse(*args, **kwargs)[source]

Inverse action-angle formalism for the one-dimensional harmonic oscillator

__init__(*args, **kwargs)[source]

NAME:

__init__

PURPOSE:

initialize an actionAngleHarmonicInverse object

INPUT:

omega= frequency (can be Quantity)

ro= distance from vantage point to GC (kpc; can be Quantity)

vo= circular velocity at ro (km/s; can be Quantity)

OUTPUT:

instance

HISTORY:

2018-04-08 - Started - Bovy (UofT)