From cdfae1365414e1e816de62b5b0e441df456f385b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 31 Jul 2017 19:45:40 +0800 Subject: Update references a bit Signed-off-by: Aaron LI --- fg21sim/galactic/snr.py | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'fg21sim/galactic') 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" -- cgit v1.2.2