Previous topic

galpy.df.quasiisothermaldf.pvRvT

Next topic

galpy.df.quasiisothermaldf.pvT

This Page

galpy.df.quasiisothermaldf.pvRvz

quasiisothermaldf.pvRvz(vR, vz, R, z, gl=True, ngl=20)
NAME:
pvR
PURPOSE:
calculate the marginalized (vR,vz) probability at this location (NOT normalized by the density)

INPUT:

vR - radial velocity (/vo)

vz - vertical velocity (/vo)

R - radius (/ro)

z - height (/ro)

gl - use Gauss-Legendre integration (True, currently the only option)

ngl - order of Gauss-Legendre integration

OUTPUT:
p(vR,vz,R,z)
HISTORY:
2013-01-02 - Written - Bovy (IAS)