From cdf88f47a852fbbdeef989905ff071803aa716db Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 24 Jan 2018 13:43:42 +0800 Subject: astro/query_simbad.py: print header with verbose output; various cleanups --- astro/query_ned.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'astro/query_ned.py') 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 # 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 -- cgit v1.2.2