diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-24 13:43:42 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-26 11:29:54 +0800 |
commit | cdf88f47a852fbbdeef989905ff071803aa716db (patch) | |
tree | 0800a9f7ed854ce305bef23d7ab1f841a768dd1a /astro/query_ned.py | |
parent | 8119335665fc3735460c865e64657a5f19c1c7b0 (diff) | |
download | atoolbox-cdf88f47a852fbbdeef989905ff071803aa716db.tar.bz2 |
astro/query_simbad.py: print header with verbose output; various cleanups
Diffstat (limited to 'astro/query_ned.py')
-rwxr-xr-x | astro/query_ned.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/astro/query_ned.py b/astro/query_ned.py index 4af11e5..96dc86c 100755 --- a/astro/query_ned.py +++ b/astro/query_ned.py @@ -3,10 +3,6 @@ # Copyright (c) 2016-2018 Weitian LI <weitian@aaronly.me> # MIT License # -# References: -# [1] astroquery: NedClass -# https://astroquery.readthedocs.org/en/latest/api/astroquery.ned.NedClass.html -# # TODO: # * allow to query by coordinates & radius range # * filter queried results according to the type/other... @@ -16,6 +12,11 @@ """ Query NED with the provided name or coordinate. NASA/IPAC Extragalactic Database: http://ned.ipac.caltech.edu/ + +References +---------- +* astroquery: NedClass + https://astroquery.readthedocs.org/en/latest/api/astroquery.ned.NedClass.html """ import sys |