aboutsummaryrefslogtreecommitdiffstats
path: root/astro/query_ned.py
Commit message (Collapse)AuthorAgeFilesLines
* astro/query_simbad.py: print header with verbose output; various cleanupsAaron LI2018-01-261-4/+5
|
* astro/query_ned.py: properly print header; cleanupsAaron LI2018-01-261-24/+15
|
* astro/query_ned.py: "Object Name" doesn't need decodeAaron LI2018-01-261-1/+1
| | | | Maybe `astroquery' updated with this element.
* astro/query_{ned,simbad}.py: Use list() on map()Aaron LI2017-02-121-5/+2
|
* astro/query_ned.py: Add argument "--brief", some updatesAaron LI2017-02-111-9/+10
|
* astro/query_ned.py: also output RA, DEC resultsAaron LI2016-05-251-20/+27
|
* astro/query_ned.py: simplify queried results process; update arguments processAaron LI2016-05-251-59/+51
|
* astro/query_ned.py: some PEP8 fixes; update comment a bitAaron LI2016-05-251-21/+26
|
* Add lc_clean.py, query_ned.py, query_simbad.pyAaron LI2016-01-181-0/+133
* lc_clean.py: iteratively clip the lightcurve and make a TXT-format GTI file for use in xselect (for Suzaku data filtering) * query_ned.py, query_simbad.py: query NED/SIMBAD using 'astroquery' by supplying the source name