DMProfile#
- class gammapy.astro.darkmatter.DMProfile[source]#
Bases:
ABC
DMProfile model base class.
Attributes Summary
Distance to the Galactic Center as given in reference 2
Local dark matter density as given in reference 2
Methods Summary
__call__
(radius)Call evaluate method of derived classes.
integral
(rmin, rmax, separation, ndecade[, ...])Integrate dark matter profile numerically.
integrate_spectrum_separation
(func, xmin, ...)Squared dark matter profile integral.
Scale to local density.
Attributes Documentation
- DISTANCE_GC = <Quantity 8.5 kpc>#
Distance to the Galactic Center as given in reference 2
- LOCAL_DENSITY = <Quantity 0.39 GeV / cm3>#
Local dark matter density as given in reference 2
Methods Documentation
- integral(rmin, rmax, separation, ndecade, squared=True)[source]#
Integrate dark matter profile numerically.
\[\begin{split}F(r_{min}, r_{max}) = \int_{r_{min}}^{r_{max}}\rho(r)^\gamma dr \\ \gamma = 2 \text{for annihilation} \\ \gamma = 1 \text{for decay}\end{split}\]