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]

NAME:

getOrbit_dxdv

PURPOSE:

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

INPUT:

(none)

OUTPUT:

array orbit[*input_shape,nt,nphasedim]

HISTORY:

2019-05-21 - Written - Bovy (UofT)