aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/galactic
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/galactic')
-rw-r--r--fg21sim/galactic/snr.py38
1 files changed, 19 insertions, 19 deletions
diff --git a/fg21sim/galactic/snr.py b/fg21sim/galactic/snr.py
index c44fc33..6dcb812 100644
--- a/fg21sim/galactic/snr.py
+++ b/fg21sim/galactic/snr.py
@@ -3,6 +3,24 @@
"""
Galactic supernova remnants (SNRs) emission simulations.
+
+References
+----------
+.. [Jelic2008]
+ Jelić, V. et al.,
+ "Foreground simulations for the LOFAR-epoch of reionization experiment",
+ 2008, MNRAS, 389, 1319-1335,
+ http://adsabs.harvard.edu/abs/2008MNRAS.389.1319J
+
+.. [Green2014]
+ Green, D. A.,
+ "A catalogue of 294 Galactic supernova remnants",
+ 2014, Bulletin of the Astronomical Society of India, 42, 47-58,
+ http://adsabs.harvard.edu/abs/2014BASI...42...47G
+
+.. [GreenSNRDataWeb]
+ A Catalogue of Galactic Supernova Remnants
+ http://www.mrao.cam.ac.uk/surveys/snrs/
"""
import os
@@ -48,25 +66,7 @@ class SuperNovaRemnants:
Attributes
----------
- ???
-
- References
- ----------
- .. [Jelic2008]
- Jelić, V. et al.,
- "Foreground simulations for the LOFAR-epoch of reionization experiment",
- 2008, MNRAS, 389, 1319-1335,
- http://adsabs.harvard.edu/abs/2008MNRAS.389.1319J
-
- .. [Green2014]
- Green, D. A.,
- "A catalogue of 294 Galactic supernova remnants",
- 2014, Bulletin of the Astronomical Society of India, 42, 47-58,
- http://adsabs.harvard.edu/abs/2014BASI...42...47G
-
- .. [GreenSNRDataWeb]
- A Catalogue of Galactic Supernova Remnants
- http://www.mrao.cam.ac.uk/surveys/snrs/
+ TODO
"""
# Component name
name = "Galactic SNRs"