diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-22 11:49:25 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-22 11:49:25 +0800 |
commit | 29bd5d71bbbebaf61d912c305558e19d5be7be95 (patch) | |
tree | dd2661556ec887d272a7296aac38f937f7155719 | |
parent | 7018540fde7cfa76a4b558bc22f6229f0c6f6b67 (diff) | |
download | fg21sim-29bd5d71bbbebaf61d912c305558e19d5be7be95.tar.bz2 |
galactic/snr.py: Add one reference and update docstring
-rw-r--r-- | fg21sim/galactic/snr.py | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/fg21sim/galactic/snr.py b/fg21sim/galactic/snr.py index 63eedf4..1230f58 100644 --- a/fg21sim/galactic/snr.py +++ b/fg21sim/galactic/snr.py @@ -27,8 +27,9 @@ class SuperNovaRemnants: """ Simulate the Galactic supernova remnants emission. - The simulation is based on the Galactic SNRs catalog maintained by - *D. A. Green* [GreenSNRDataWeb]_, which contains 294 SNRs (2014-May). + The simulation follows the method adopted by [Jelic2008]_, which is + based on the Galactic SNRs catalog maintained by *D. A. Green* + [Green2014]_ and [GreenSNRDataWeb]_, which contains 294 SNRs (2014-May). However, some SNRs have incomplete data which are excluded, while some SNRs with uncertain properties are currently kept. @@ -39,9 +40,9 @@ class SuperNovaRemnants: Parameters ---------- - configs : ConfigManager object - An `ConfigManager` object contains default and user configurations. - For more details, see the example config specification. + configs : `ConfigManager` + A `ConfigManager` instance containing default and user configurations. + For more details, see the example configuration specifications. Attributes ---------- @@ -49,6 +50,12 @@ class SuperNovaRemnants: 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", |