JFactory#
- class gammapy.astro.darkmatter.JFactory(geom, profile, distance, annihilation=True)[source]#
Bases:
object
Compute J-Factor or D-Factor maps.
J-Factors are computed for annihilation and D-Factors for decay. Set the argument
annihilation
toFalse
to compute D-Factors. The assumed dark matter profiles will be centered on the center of the map.- Parameters:
Methods Summary
compute_differential_jfactor
([ndecade])Compute differential J-Factor.
compute_jfactor
([ndecade])Compute astrophysical J-Factor.
Methods Documentation