pint.derived_quantities.pulsar_edot

pint.derived_quantities.pulsar_edot(f: Unit("Hz"), fdot: Unit("Hz / s"), I=<Quantity 1.e+45 cm2 g>)[source]

Compute pulsar spindown energy loss rate

Return the pulsar Edot (\(\dot E\), in erg/s) given the spin frequency f and frequency derivative fdot. The NS moment of inertia is assumed to be I = 1.0e45 g cm^2 by default.

Parameters:
Returns:

Edot – pulsar spin-down luminosity in u.erg/u.s

Return type:

astropy.units.Quantity

Raises:

Notes

Calculates \(\dot E = -4\pi^2 I f \dot f\)