galpy.actionAngle.actionAngleInverse.xvFreqs

actionAngleInverse.xvFreqs(*args, **kwargs)[source]

Evaluate the phase-space coordinates (x,v) for a number of angles on a single torus as well as the frequencies

Parameters:
  • jr (float) – Radial action.

  • jphi (float) – Azimuthal action.

  • jz (float) – Vertical action.

  • angler (numpy.ndarray) – Radial angle.

  • anglephi (numpy.ndarray) – Azimuthal angle.

  • anglez (numpy.ndarray) – Vertical angle.

Returns:

A tuple containing the phase-space coordinates (R,vR,vT,z,vz,phi) and the frequencies (OmegaR,Omegaphi,Omegaz).

Return type:

tuple

Notes

  • 2017-11-15 - Written - Bovy (UofT)