actionAngle (``galpy.actionAngle``) =================================== (**x**, **v**) --> (**J**, **O**, **a**) ------------------------------------------ General instance routines +++++++++++++++++++++++++++ Not necessarily supported for all different types of actionAngle calculations. These have extra arguments for different ``actionAngle`` modules, so check the documentation of the module-specific functions for more info (e.g., ``?actionAngleIsochrone.__call__``) .. toctree:: :maxdepth: 2 __call__ actionsFreqs actionsFreqsAngles EccZmaxRperiRap turn_physical_off turn_physical_on Specific actionAngle modules ++++++++++++++++++++++++++++++ .. toctree:: :maxdepth: 2 actionAngleIsochrone actionAngleSpherical actionAngleAdiabatic actionAngleAdiabaticGrid actionAngleStaeckel actionAngleStaeckelGrid actionAngleIsochroneApprox (**J**, **a**) --> (**x**, **v**, **O**) ------------------------------------------ General instance routines +++++++++++++++++++++++++++ .. WARNING:: While the ``actionAngleTorus`` code below can compute the Jacobian and Hessian of the (**J**, **a**) --> (**x**, **v**, **O**) transformation, the accuracy of these does not appear to be very good using the current interface to the TorusMapper code, so care should be taken when using these. Currently, only the interface to the TorusMapper code supports going from (**J**, **a**) --> (**x**, **v**, **O**). Instance methods are .. toctree:: :maxdepth: 2 __call__ Freqs hessianFreqs xvFreqs xvJacobianFreqs Specific actionAngle modules ++++++++++++++++++++++++++++++ .. toctree:: :maxdepth: 2 actionAngleTorus