Note

You are not reading the most up to date version of Gammapy documentation.
Access the latest stable version v1.3 or the list of Gammapy releases.

compute_dm_flux

gammapy.astro.darkmatter.compute_dm_flux(jfact, prim_flux, x_section, energy_range)[source]

Create dark matter flux maps.

The gamma-ray flux is computed as follows:

dϕdEdΩ=σν8πm2DMdNdE×J(ΔΩ)
Parameters:

jfact : Quantity

J-Factor as computed by JFactory

prim_flux : PrimaryFlux

Primary gamma-ray flux

x_section : Quantity

Velocity averaged annihilation cross section, σν

energy_range : tuple of Quantity

Energy range for the map

Returns:

flux : Quantity

DM Flux

References