Previous topic

galpy.df.quasiisothermaldf.pvTvz

Next topic

galpy.df.quasiisothermaldf.sampleV

This Page

galpy.df.quasiisothermaldf.pvz

quasiisothermaldf.pvz(vz, R, z, gl=True, ngl=20, _return_actions=False, _jr=None, _lz=None, _jz=None, _return_freqs=False, _rg=None, _kappa=None, _nu=None, _Omega=None, _sigmaR1=None)
NAME:
pvz
PURPOSE:
calculate the marginalized vz probability at this location (NOT normalized by the density)
INPUT:

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