Previous topic

galpy.df.quasiisothermaldf.pvRvz

Next topic

galpy.df.quasiisothermaldf.pvTvz

This Page

galpy.df.quasiisothermaldf.pvT

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

INPUT:

vT - tangential 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(vT,R,z)
HISTORY:
2012-12-22 - Written - Bovy (IAS)