rho(z,
z_sun=20.0,
hd=31.8,
hh=490.,
sigma=1.91e-3,
f=0.039)
| source code
|
Stellar galactic density function.
Galactic coordinate z: self-gravitating isothermal disk plus a
Gaussian halo
See, e.g., Maiz-Apellaniz, Alfaro and Sota 2007/2008 (Poster)
Other values we found in the literature:
z_sun,hd,sigma,f = 24.7,34.2,1.62e-3,0.058
- Parameters:
z (array or float) - galactic coordinate z (parsec)
z_sun (float) - Sun's distance above the Galactic plane (20.0 +/- 2.9 pc)
hd (float) - disk scale height (31.8+/-1.6 pc)
hh (float) - halo half width (490+/-170 pc)
sigma (float) - number of stars per square parsec (total surface number density)
(1.91e-3+/-0.11e-3)
f (float) - fraction of stars in the halo population (0.039+/-0.015)
- Returns: 3-tuple
- halo+disk,halo and disk density function
|