diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-31 19:45:40 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-31 19:45:40 +0800 |
commit | cdfae1365414e1e816de62b5b0e441df456f385b (patch) | |
tree | 98ebdd3061697439da612ae7cb377f46c54c611f /fg21sim/galactic | |
parent | 915bb22299a9927fcd3bce8456e4ae0dc99dac90 (diff) | |
download | fg21sim-cdfae1365414e1e816de62b5b0e441df456f385b.tar.bz2 |
Update references a bit
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/galactic')
-rw-r--r-- | fg21sim/galactic/snr.py | 38 |
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" |