diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-15 09:52:45 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-15 09:52:45 +0800 |
commit | 0c0bd0baec9e987ed5c2ad74aed55e5f4ac0152b (patch) | |
tree | 4abb04b3e219be73ca328539d34d4759b154b278 /fg21sim/data/__init__.py | |
parent | 11be1b17a0f80c52be2869a946b9f6def87c91ac (diff) | |
download | fg21sim-0c0bd0baec9e987ed5c2ad74aed55e5f4ac0152b.tar.bz2 |
Add data/snr.py to retrieve Green's Galactic SNRs catalog data
Thanks D. A. Green for the Galactic SNRs catalog (294 objects)!
http://www.mrao.cam.ac.uk/surveys/snrs/
Diffstat (limited to 'fg21sim/data/__init__.py')
-rw-r--r-- | fg21sim/data/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/data/__init__.py b/fg21sim/data/__init__.py new file mode 100644 index 0000000..f1805fe --- /dev/null +++ b/fg21sim/data/__init__.py @@ -0,0 +1,4 @@ +# Copyright (c) 2016 Weitian LI <liweitianux@live.com> +# MIT license + +from .snr import SNRDataGreen, retrieve_snr_data_green |