PWN#
- class gammapy.astro.source.PWN(pulsar=<gammapy.astro.source.pulsar.Pulsar object>, snr=<gammapy.astro.source.snr.SNRTrueloveMcKee object>, eta_e=0.999, eta_B=0.001, morphology='Gaussian2D', age=None)#
Bases:
object
Simple pulsar wind nebula (PWN) evolution model.
- Parameters
- pulsar
Pulsar
Pulsar model instance.
- snr
SNRTrueloveMcKee
SNR model instance
- eta_efloat
Fraction of energy going into electrons.
- eta_Bfloat
Fraction of energy going into magnetic fields.
- age
Quantity
Age of the PWN.
- morphologystr
Morphology model of the PWN
- pulsar
Methods Summary
magnetic_field
(t)Estimate of the magnetic field inside the PWN.
radius
(t)Radius of the PWN at age t.
Methods Documentation