DMProfile¶
-
class
gammapy.astro.darkmatter.profiles.
DMProfile
[source]¶ Bases:
abc.ABC
DMProfile model base class.
Attributes Summary
Distance to the Galactic Center as given in reference 2
Local dark matter density as given in refenrece 2
Methods Summary
__call__
(radius)Call evaluate method of derived classes.
integral
(rmin, rmax, **kwargs)Integrate squared dark matter profile numerically.
Scale to local density.
Attributes Documentation
-
DISTANCE_GC
= <Quantity 8.33 kpc>¶ Distance to the Galactic Center as given in reference 2
-
LOCAL_DENSITY
= <Quantity 0.3 GeV / cm3>¶ Local dark matter density as given in refenrece 2
Methods Documentation
-