galpy.actionAngle.actionAngleInverse.Freqs¶
- actionAngleInverse.Freqs(*args, **kwargs)[source]¶
Return the frequencies corresponding to a torus
- Parameters:
jr (float) – Radial action.
jphi (float) – Azimuthal action.
jz (float) – Vertical action.
- Returns:
A tuple of three floats representing the frequencies (OmegaR, Omegaphi, Omegaz).
- Return type:
tuple
Notes
2017-11-15 - Written - Bovy (UofT)