galpy.orbit.Orbit.getOrbit_dxdv

integrate_dxdv is currently only supported for planarOrbit instances. getOrbit_dxdv is therefore also only supported for those types of Orbit.

Orbit.getOrbit_dxdv()[source]

Return a previously calculated integration of a small phase-space volume (with integrate_dxdv).

Returns:

Integrated orbit’s phase-space volume.

Return type:

numpy.ndarray [*input_shape,nt,nphasedim]

Notes

  • 2019-05-21: Written by Bovy (UofT)