Reading a CGS Energy Out of an Astrophysics Paper
Open almost any paper on stellar explosions, accretion or high-energy transients and the energies arrive in ergs. The Sun radiates 3.828e33 erg every second; a large solar flare releases around 1e32 erg; a core-collapse supernova sheds some 1e51 erg in ejecta kinetic energy and a few hundred times more in neutrinos. Nothing about those numbers is difficult, but they only become comparable to a reactor, a laser shot or an SI-based simulation once they have been carried across to joules.
What the CGS Convention Carries With It
CGS Never Left the Journals
A Foe Is Ten to the Fifty-One
Flux Is Not Luminosity
Isotropic Equivalent Assumes a Sphere
Taking an erg Figure From the Abstract to a Sanity Check
Most of the work is deciding what the quoted number actually describes. Once that is settled, the unit step itself is a shift of seven decimal places and the arithmetic can be checked in a moment.
Separate the energy from the rate
A figure in ergs is a total release; one in erg s⁻¹ is a luminosity and one in erg cm⁻² s⁻¹ is a flux. Only the bare energy belongs in this converter — the per-second and per-area parts carry across unchanged and are reattached afterwards.
Enter the value in the erg field
Exponent input is what these magnitudes demand, and the joule side updates on every keystroke. Because the results run past 1e10, they are returned in scientific notation rather than as an unreadable row of digits.
Use the swap arrows to answer a referee in CGS
Reverse the pair when the calculation was done in SI and the journal expects ergs — a modelled 4e44 J of ejecta energy has to be presented as 4e51 erg, or four foe. Each field accepts typing whichever way round the pair is set.
Lift the number without its unit
The copy control above each field puts only the digits and exponent on the clipboard, which is what a notebook cell, a fitting script or a table in a draft needs. Ctrl + C inside a field behaves identically.
Astrophysical Energy Releases from Flares to Gamma-Ray Bursts
These are the reference points a reader develops a feel for. The joule column is the erg column shifted seven places, and the last column places each release against the Sun.
| Event | Energy (erg) | Energy (J) | For scale |
|---|---|---|---|
| Large X-class solar flare | 1e32 | 1e25 | About 26 milliseconds of the Sun's full output |
| One second of solar luminosity | 3.828e33 | 3.828e26 | The definition of L☉ as 3.828e26 W |
| Magnetar giant flare | ≈ 2e46 | 2e39 | The Sun's output for roughly 166 000 years |
| Bright quasar, one second | ≈ 1e46 | 1e39 | Some 2.6e12 times the solar luminosity |
| Type Ia supernova, kinetic | ≈ 1e51 | 1e44 | One foe, the supernova unit of account |
| Long gamma-ray burst, isotropic | ≈ 1e53 | 1e46 | 100 foe if the emission really were spherical |
| Core-collapse neutrino burst | ≈ 3e53 | 3e46 | 300 foe, near a tenth of the remnant's rest mass |
| Solar rest-mass energy, M☉c² | 1.788e54 | 1.788e47 | 1 788 foe — the ceiling everything else sits under |
Read down the table and the neutrino burst is the striking entry: a collapsing core releases hundreds of times more energy in particles nobody sees than the explosion puts into light and motion combined, which is why the optical display is a poor guide to what actually happened.
What the Converter Handles at These Magnitudes
Exponents Instead of Fifty Trailing Zeros
Results above 1e10 come back in scientific notation automatically, so a supernova figure reads as 1e44 rather than as a line of digits nobody could count. The same rule catches the tiny end, keeping a single erg legible as 1e-7 instead of six leading zeros.
eV and GeV for the High-Energy Half of the Paper
Cosmic-ray and gamma-ray sections abandon ergs for electronvolts partway through. Both searchable dropdowns carry eV, keV, MeV and GeV alongside the erg, so a photon energy and a burst energy can be handled without leaving the page.
Digits Ready for a Notebook Cell
Copying takes the bare value with no unit and no spacing attached, which matters when the destination is a Python literal or an astropy quantity rather than a sentence. Nothing has to be cleaned up after pasting.
Flip Back to erg When the Journal Wants CGS
Work modelled in SI still has to be published in the convention the field reads. The swap arrows turn the pair around so an SI result can be restated in ergs, and both fields carry on responding to typing afterwards.
Questions About CGS Units in the Astronomical Literature
Why did astronomy keep CGS when the rest of physics moved to SI?
Three reasons compound. Gaussian CGS removes the permittivity and permeability constants from electromagnetic formulae, which is convenient in a field built on radiation transport and magnetic fields. Astronomy also runs on its own units anyway — parsecs, solar masses, magnitudes — so SI was never going to be uniform in practice. And the archive is enormous: switching would strand a century of tables, catalogues and software defaults that already assume erg, gauss and centimetre.
What is a foe, and is a bethe the same thing?
Yes, they are the same quantity: 1e51 erg, or 1e44 J. Foe is an acronym for “ten to the fifty-one ergs”, coined because that figure is the natural scale of a supernova's ejecta kinetic energy. Bethe honours Hans Bethe's work on stellar nucleosynthesis and supernova physics. A paper describing an explosion as “1.5 foe” is stating 1.5e51 erg of kinetic energy, nothing more exotic than that.
How do I read an X-ray flux quoted in erg per square centimetre per second?
Read it as power per unit area arriving at the detector, over some stated energy band. One erg cm⁻² s⁻¹ equals 1e-3 W m⁻², because the erg contributes a factor of 1e-7 and the change from square centimetres to square metres contributes 1e4. So a faint source at 1e-12 erg cm⁻² s⁻¹ is delivering 1e-15 W m⁻². Multiply by 4πd² in centimetres to reach a luminosity in erg s⁻¹.
Why does an isotropic-equivalent burst energy overstate the real output?
Because it assumes something known to be false. Eiso is computed by taking the observed fluence, multiplying by the area of a whole sphere at the source distance, and reporting the answer as though the burst shone equally in every direction. Long gamma-ray bursts are collimated into jets of a few degrees, so only a small solid angle is ever illuminated. Correcting for that beaming typically cuts a headline 1e53 erg down by two or three orders of magnitude, which is why beaming-corrected energies cluster far more tightly than isotropic ones.
Why is luminosity printed in erg per second rather than watts?
Convention, and the fact that the two differ by a clean factor of 1e7: one watt is 1e7 erg s⁻¹, so no information is lost either way. The Sun's 3.828e33 erg s⁻¹ is exactly the 3.828e26 W that defines the nominal solar luminosity in the IAU resolution. Once you know the shift is seven places, an erg s⁻¹ figure can be read as watts on sight, and most astronomers do precisely that.
No comments yet. Be the first to comment!