Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7e5207384ed753ae16d993b68ac09f22 to your computer and use it in GitHub Desktop.
Save ryantm/7e5207384ed753ae16d993b68ac09f22 to your computer and use it in GitHub Desktop.
/nix/store/k9hb90swzn7mzym8drq50kgcva1j9jhy-python3.7-astroquery-0.3.9
├── lib
│   └── python3.7
│   └── site-packages
│   ├── astroquery
│   │   ├── alfalfa
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── alfalfa_cat_small.txt
│   │   │   │   └── alfalfa_sp.fits
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── test_alfalfa.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── test_alfalfa.py
│   │   ├── alma
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   └── cycle0_delivery_asdm_mapping.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── data_list_page.html
│   │   │   │   │   ├── downloadRequest519752156script.sh
│   │   │   │   │   ├── downloadRequest786572566script.sh
│   │   │   │   │   ├── downloadRequest786978956script.sh
│   │   │   │   │   ├── downloadRequest787632764script.sh
│   │   │   │   │   ├── empty.html
│   │   │   │   │   ├── initial_response.html
│   │   │   │   │   ├── m83_March25_2015.votable.xml
│   │   │   │   │   ├── ngc4945.xml
│   │   │   │   │   ├── querypage.html
│   │   │   │   │   ├── request_786572566.html
│   │   │   │   │   ├── request_786978956.html
│   │   │   │   │   ├── request_787632764.html
│   │   │   │   │   ├── request_801926122.html
│   │   │   │   │   ├── sgra_query.xml
│   │   │   │   │   ├── staging_submission.html
│   │   │   │   │   └── summary_519752156.json
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── test_alma.cpython-37.pyc
│   │   │   │   │   ├── test_alma_remote.cpython-37.pyc
│   │   │   │   │   └── test_alma_utils.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── test_alma.py
│   │   │   │   ├── test_alma_remote.py
│   │   │   │   └── test_alma_utils.py
│   │   │   └── utils.py
│   │   ├── _astropy_init.py
│   │   ├── astroquery.cfg
│   │   ├── atomic
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── default_params_result.html
│   │   │   │   │   └── empty_results.html
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_atomic.cpython-37.pyc
│   │   │   │   │   └── test_atomic_remote.cpython-37.pyc
│   │   │   │   ├── test_atomic.py
│   │   │   │   └── test_atomic_remote.py
│   │   │   └── utils.py
│   │   ├── besancon
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── 1376235131.430670.resu
│   │   │   │   ├── besancon_test2.txt
│   │   │   │   ├── besancon_test.txt
│   │   │   │   ├── default_params.txt
│   │   │   │   ├── query_return.html
│   │   │   │   └── query_return.iframe.html
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── test_besancon.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── test_besancon.py
│   │   ├── cds
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── hips_from_saada_alasky.json
│   │   │   │   └── properties.json
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_mocserver.cpython-37.pyc
│   │   │   │   └── test_mocserver_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_mocserver.py
│   │   │   └── test_mocserver_remote.py
│   │   ├── conftest.py
│   │   ├── cosmosim
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_cosmosim.cpython-37.pyc
│   │   │   └── test_cosmosim.py
│   │   ├── data
│   │   │   └── README.rst
│   │   ├── esasky
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── catalogs.txt
│   │   │   │   └── observations.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_esasky.cpython-37.pyc
│   │   │   │   └── test_esasky_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_esasky.py
│   │   │   └── test_esasky_remote.py
│   │   ├── eso
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── 47cae7cb7578c2a4f0461b4897e6a05a747d3b79aad09a25168c0463.pickle
│   │   │   │   ├── 862b6db5bf174fb89ee7ddc42d0fcd49d864388bc3c0dc6f6f64744b.pickle
│   │   │   │   ├── a77820a9fdbaa8ca10322e0832595e3ce59b9b28241ade00bd846ce6.pickle
│   │   │   │   ├── amber_query_form.html
│   │   │   │   ├── amber_sgra_query.tbl
│   │   │   │   ├── c3931c90b484ef51fb10ad6370d9e5af99de668e116460c36fe1d1c5.pickle
│   │   │   │   ├── da4b7c06e277275f197d8681bf5fdc0ecd556ed07e6aac8cbf0249d2.pickle
│   │   │   │   ├── de77b0a24235373d6bbf8487ba825fcd634768f43da682614d202ffc.pickle
│   │   │   │   ├── e2c39d36193cdb16ce871845157c1e50ff539cf8122d87a8282854b9.pickle
│   │   │   │   ├── efafb320926e82995df2dc4e2ea745de75c51ea90b7ed52bc6569105.pickle
│   │   │   │   ├── main_query_form.html
│   │   │   │   ├── main_sgra_query.tbl
│   │   │   │   ├── vvv_sgra_form.html
│   │   │   │   └── vvv_sgra_survey_response.tbl
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_eso.cpython-37.pyc
│   │   │   │   └── test_eso_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_eso.py
│   │   │   └── test_eso_remote.py
│   │   ├── exceptions.py
│   │   ├── exoplanet_orbit_database
│   │   │   ├── data
│   │   │   │   └── exoplanet_orbit_database_units.json
│   │   │   ├── exoplanet_orbit_database.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── exoplanet_orbit_database.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   └── exoplanet_orbit_database.csv
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_exoplanet_orbit_database.cpython-37.pyc
│   │   │   └── test_exoplanet_orbit_database.py
│   │   ├── fermi
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── query_result_m31.html
│   │   │   │   └── result_page_m31.html
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_fermi.cpython-37.pyc
│   │   │   │   └── test_fermi_remote.cpython-37.pyc
│   │   │   ├── test_fermi.py
│   │   │   └── test_fermi_remote.py
│   │   ├── gaia
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   └── job_1.vot
│   │   │   ├── DummyTapHandler.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── DummyTapHandler.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── test_gaiatap.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── test_gaiatap.py
│   │   ├── gama
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── GAMA_HzVs28.fits
│   │   │   │   └── query_result.html
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_gama.cpython-37.pyc
│   │   │   │   └── test_gama_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_gama.py
│   │   │   └── test_gama_remote.py
│   │   ├── heasarc
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_heasarc.cpython-37.pyc
│   │   │   │   └── test_heasarc_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_heasarc.py
│   │   │   └── test_heasarc_remote.py
│   │   ├── hitran
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   └── readme.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   └── H2O.data
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_hitran.cpython-37.pyc
│   │   │   │   │   └── test_hitran_remote.cpython-37.pyc
│   │   │   │   ├── test_hitran.py
│   │   │   │   └── test_hitran_remote.py
│   │   │   └── utils.py
│   │   ├── ibe
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── columns.txt
│   │   │   │   ├── datasets.html
│   │   │   │   ├── field_id.txt
│   │   │   │   ├── missions.html
│   │   │   │   ├── pos.txt
│   │   │   │   └── tables.html
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_ibe.cpython-37.pyc
│   │   │   │   └── test_ibe_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_ibe.py
│   │   │   └── test_ibe_remote.py
│   │   ├── __init__.py
│   │   ├── irsa
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── Box.xml
│   │   │   │   ├── Cone_coord.xml
│   │   │   │   ├── Cone.xml
│   │   │   │   └── Polygon.xml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_irsa.cpython-37.pyc
│   │   │   │   └── test_irsa_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_irsa.py
│   │   │   └── test_irsa_remote.py
│   │   ├── irsa_dust
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── dust-error.xml
│   │   │   │   │   ├── dust_ext_detail.tbl
│   │   │   │   │   ├── dustm101.xml
│   │   │   │   │   ├── dustm31.xml
│   │   │   │   │   ├── dustm81.xml
│   │   │   │   │   └── test.fits
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── test_irsa_dust.cpython-37.pyc
│   │   │   │   │   └── test_irsa_dust_remote.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── test_irsa_dust.py
│   │   │   │   └── test_irsa_dust_remote.py
│   │   │   └── utils.py
│   │   ├── jplhorizons
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── ceres_elements.txt
│   │   │   │   ├── ceres_ephemerides.txt
│   │   │   │   └── ceres_vectors.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_jplhorizons.cpython-37.pyc
│   │   │   │   └── test_jplhorizons_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_jplhorizons.py
│   │   │   └── test_jplhorizons_remote.py
│   │   ├── jplsbdb
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── 67P.dat
│   │   │   │   ├── apophis.dat
│   │   │   │   ├── ceres.dat
│   │   │   │   └── phaethon.dat
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_jplsbdb.cpython-37.pyc
│   │   │   │   └── test_jplsbdb_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_jplsbdb.py
│   │   │   └── test_jplsbdb_remote.py
│   │   ├── jplspec
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   └── catdir.cat
│   │   │   ├── __init__.py
│   │   │   ├── lookup_table.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lookup_table.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── CO_6.data
│   │   │   │   ├── CO.data
│   │   │   │   └── multi.data
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_jplspec.cpython-37.pyc
│   │   │   │   └── test_jplspec_remote.cpython-37.pyc
│   │   │   ├── test_jplspec.py
│   │   │   └── test_jplspec_remote.py
│   │   ├── lamda
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   └── co.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── test_lamda.cpython-37.pyc
│   │   │   │   │   └── test_lamda_remote.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── test_lamda.py
│   │   │   │   └── test_lamda_remote.py
│   │   │   └── utils.py
│   │   ├── lcogt
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── Box.xml
│   │   │   │   ├── Cone_coord.xml
│   │   │   │   ├── Cone.xml
│   │   │   │   └── Polygon.xml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_lcogt.cpython-37.pyc
│   │   │   │   └── test_lcogt_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_lcogt.py
│   │   │   └── test_lcogt_remote.py
│   │   ├── magpis
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   └── image.fits
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_magpis.cpython-37.pyc
│   │   │   │   └── test_magpis_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_magpis.py
│   │   │   └── test_magpis_remote.py
│   │   ├── mast
│   │   │   ├── core.py
│   │   │   ├── fpl.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── fpl.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── tesscut.cpython-37.pyc
│   │   │   ├── tesscut.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── advSearch.json
│   │   │   │   ├── advSearchPos.json
│   │   │   │   ├── astrocut_107.27_-70.0_5x5.zip
│   │   │   │   ├── bundleResponse.json
│   │   │   │   ├── caom.json
│   │   │   │   ├── columnsconfig.json
│   │   │   │   ├── countsResp.json
│   │   │   │   ├── ddcolumns_filtered.json
│   │   │   │   ├── ddcolumns.json
│   │   │   │   ├── dd.json
│   │   │   │   ├── hsc.json
│   │   │   │   ├── matchid.json
│   │   │   │   ├── missions.extjs
│   │   │   │   ├── products.json
│   │   │   │   ├── resolver.json
│   │   │   │   ├── spectra.json
│   │   │   │   ├── tess_sector.json
│   │   │   │   ├── ticcolumns_filtered.json
│   │   │   │   ├── ticcolumns.json
│   │   │   │   └── tic.json
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_mast.cpython-37.pyc
│   │   │   │   └── test_mast_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_mast.py
│   │   │   └── test_mast_remote.py
│   │   ├── mpc
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── 1994XG_ephemeris_500-a-t.html
│   │   │   │   ├── 1994XG_ephemeris_G37-a-t.html
│   │   │   │   ├── 2P_ephemeris_500-a-c.html
│   │   │   │   ├── 2P_ephemeris_500-a-s.html
│   │   │   │   ├── 2P_ephemeris_500-a-t.html
│   │   │   │   ├── 2P_ephemeris_500-G-t.html
│   │   │   │   ├── 2P_ephemeris_500-s-t.html
│   │   │   │   ├── 2P_ephemeris_G37-a-t.html
│   │   │   │   ├── ObsCodes.html
│   │   │   │   └── testfail_ephemeris_500-a-t.html
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_mpc.cpython-37.pyc
│   │   │   │   └── test_mpc_remote.cpython-37.pyc
│   │   │   ├── test_mpc.py
│   │   │   └── test_mpc_remote.py
│   │   ├── nasa_ads
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   └── test_text.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   └── test_nasaads.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   └── test_nasaads.py
│   │   │   └── utils.py
│   │   ├── nasa_exoplanet_archive
│   │   │   ├── data
│   │   │   │   └── exoplanet_nexsci_units.json
│   │   │   ├── __init__.py
│   │   │   ├── nasa_exoplanet_archive.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── nasa_exoplanet_archive.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   └── nasa_exoplanet_archive.csv
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_nasa_exoplanet_archive_remote.cpython-37.pyc
│   │   │   └── test_nasa_exoplanet_archive_remote.py
│   │   ├── ned
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   └── keywords_dict.json
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── error.xml
│   │   │   │   ├── image_extract.html
│   │   │   │   ├── query_diameters.xml
│   │   │   │   ├── query_iau_format.xml
│   │   │   │   ├── query_images.fits
│   │   │   │   ├── query_near_name.xml
│   │   │   │   ├── query_near_position.xml
│   │   │   │   ├── query_notes.xml
│   │   │   │   ├── query_object.xml
│   │   │   │   ├── query_photometry.xml
│   │   │   │   ├── query_positions.xml
│   │   │   │   ├── query_redshifts.xml
│   │   │   │   ├── query_refcode.xml
│   │   │   │   └── query_references.xml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_ned.cpython-37.pyc
│   │   │   │   └── test_ned_remote.cpython-37.pyc
│   │   │   ├── test_ned.py
│   │   │   └── test_ned_remote.py
│   │   ├── nist
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   └── nist_out.html
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_nist.cpython-37.pyc
│   │   │   │   └── test_nist_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_nist.py
│   │   │   └── test_nist_remote.py
│   │   ├── nrao
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── archive_html.html
│   │   │   │   └── votable.xml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_nrao.cpython-37.pyc
│   │   │   │   └── test_nrao_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_nrao.py
│   │   │   └── test_nrao_remote.py
│   │   ├── nvas
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── image.imfits
│   │   │   │   └── image_results.html
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_nvas.cpython-37.pyc
│   │   │   │   └── test_nvas_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_nvas.py
│   │   │   └── test_nvas_remote.py
│   │   ├── oac
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── photometry_csv.txt
│   │   │   │   ├── photometry_json.txt
│   │   │   │   ├── single_spectrum_csv.txt
│   │   │   │   └── spectra_json.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_oac.cpython-37.pyc
│   │   │   │   └── test_oac_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_oac.py
│   │   │   └── test_oac_remote.py
│   │   ├── ogle
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   └── gal_0_3.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── test_ogle.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── test_ogle.py
│   │   ├── open_exoplanet_catalogue
│   │   │   ├── __init__.py
│   │   │   ├── oec_query.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── oec_query.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   └── systems.xml.gz
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── test_open_exoplanet_catalogue_local.cpython-37.pyc
│   │   │   │   │   └── test_open_exoplanet_catalogue_remote.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── test_open_exoplanet_catalogue_local.py
│   │   │   │   └── test_open_exoplanet_catalogue_remote.py
│   │   │   └── utils.py
│   │   ├── __pycache__
│   │   │   ├── _astropy_init.cpython-37.pyc
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── query.cpython-37.pyc
│   │   │   ├── setup_package.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── query.py
│   │   ├── sdss
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   ├── PhotoObjAll_dr12.json
│   │   │   │   └── SpecObjAll_dr12.json
│   │   │   ├── field_names.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── field_names.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── emptyfile.fits
│   │   │   │   ├── xid_im.txt
│   │   │   │   └── xid_sp.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_sdss.cpython-37.pyc
│   │   │   │   └── test_sdss_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_sdss.py
│   │   │   └── test_sdss_remote.py
│   │   ├── setup_package.py
│   │   ├── sha
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── img.fits
│   │   │   │   ├── nid_t.txt
│   │   │   │   ├── pid_t.txt
│   │   │   │   ├── pos_t.txt
│   │   │   │   └── rqk_t.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── test_sha.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── test_sha.py
│   │   ├── simbad
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   ├── votable_fields_dict.json
│   │   │   │   └── votable_fields_notes.json
│   │   │   ├── get_votable_fields.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── get_votable_fields.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── m1.data
│   │   │   │   ├── query_bibcode.data
│   │   │   │   ├── query_bibobj.data
│   │   │   │   ├── query_cat.data
│   │   │   │   ├── query_coo.data
│   │   │   │   ├── query_error.data
│   │   │   │   ├── query_id.data
│   │   │   │   ├── query_objectids.data
│   │   │   │   ├── query_sample.data
│   │   │   │   └── query_sample_region.data
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_simbad.cpython-37.pyc
│   │   │   │   └── test_simbad_remote.cpython-37.pyc
│   │   │   ├── test_simbad.py
│   │   │   └── test_simbad_remote.py
│   │   ├── skyview
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── query_page.html
│   │   │   │   ├── results.html
│   │   │   │   ├── survey_dict.json
│   │   │   │   └── survey_dict.txt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_skyview.cpython-37.pyc
│   │   │   │   └── test_skyview_remote.cpython-37.pyc
│   │   │   ├── test_skyview.py
│   │   │   └── test_skyview_remote.py
│   │   ├── solarsystem
│   │   │   ├── __init__.py
│   │   │   ├── jpl
│   │   │   │   ├── horizons
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── sbdb
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── splatalogue
│   │   │   ├── build_species_table.py
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   └── species.json
│   │   │   ├── __init__.py
│   │   │   ├── load_species_table.py
│   │   │   ├── __pycache__
│   │   │   │   ├── build_species_table.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── load_species_table.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── slap.cpython-37.pyc
│   │   │   │   ├── templates.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── slap.py
│   │   │   ├── templates.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   └── CO_colons.csv
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_splatalogue.cpython-37.pyc
│   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   ├── test_splatalogue.py
│   │   │   │   └── test_utils.py
│   │   │   └── utils.py
│   │   ├── template_module
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   └── dummy.dat
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_module.cpython-37.pyc
│   │   │   │   └── test_module_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_module.py
│   │   │   └── test_module_remote.py
│   │   ├── tests
│   │   │   ├── coveragerc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_internet.cpython-37.pyc
│   │   │   │   └── test_resume.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_internet.py
│   │   │   └── test_resume.py
│   │   ├── ukidss
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── error.html
│   │   │   │   ├── image.fits
│   │   │   │   ├── image_results.html
│   │   │   │   ├── vo_results.html
│   │   │   │   └── votable.xml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_ukidss.cpython-37.pyc
│   │   │   │   └── test_ukidss_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_ukidss.py
│   │   │   └── test_ukidss_remote.py
│   │   ├── utils
│   │   │   ├── class_or_instance.py
│   │   │   ├── commons.py
│   │   │   ├── docstr_chompers.py
│   │   │   ├── download_file_list.py
│   │   │   ├── __init__.py
│   │   │   ├── process_asyncs.py
│   │   │   ├── progressbar.py
│   │   │   ├── __pycache__
│   │   │   │   ├── class_or_instance.cpython-37.pyc
│   │   │   │   ├── commons.cpython-37.pyc
│   │   │   │   ├── docstr_chompers.cpython-37.pyc
│   │   │   │   ├── download_file_list.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── process_asyncs.cpython-37.pyc
│   │   │   │   ├── progressbar.cpython-37.pyc
│   │   │   │   ├── schema.cpython-37.pyc
│   │   │   │   ├── system_tools.cpython-37.pyc
│   │   │   │   ├── testing_tools.cpython-37.pyc
│   │   │   │   └── url_helpers.cpython-37.pyc
│   │   │   ├── schema.py
│   │   │   ├── system_tools.py
│   │   │   ├── tap
│   │   │   │   ├── conn
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── tapconn.cpython-37.pyc
│   │   │   │   │   ├── tapconn.py
│   │   │   │   │   └── tests
│   │   │   │   │   ├── DummyConnHandler.py
│   │   │   │   │   ├── DummyConn.py
│   │   │   │   │   ├── DummyResponse.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── DummyConn.cpython-37.pyc
│   │   │   │   │   │   ├── DummyConnHandler.cpython-37.pyc
│   │   │   │   │   │   ├── DummyResponse.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   │   └── test_conn.cpython-37.pyc
│   │   │   │   │   ├── setup_package.py
│   │   │   │   │   └── test_conn.py
│   │   │   │   ├── core.py
│   │   │   │   ├── gui
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── login.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── login.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── model
│   │   │   │   │   ├── filter.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── job.py
│   │   │   │   │   ├── modelutils.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── filter.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── job.cpython-37.pyc
│   │   │   │   │   │   ├── modelutils.cpython-37.pyc
│   │   │   │   │   │   ├── tapcolumn.cpython-37.pyc
│   │   │   │   │   │   └── taptable.cpython-37.pyc
│   │   │   │   │   ├── tapcolumn.py
│   │   │   │   │   ├── taptable.py
│   │   │   │   │   └── tests
│   │   │   │   │   ├── data
│   │   │   │   │   │   └── result_1.vot
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   │   └── test_job.cpython-37.pyc
│   │   │   │   │   ├── setup_package.py
│   │   │   │   │   └── test_job.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── taputils.cpython-37.pyc
│   │   │   │   ├── taputils.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── data
│   │   │   │   │   │   ├── job_1.vot
│   │   │   │   │   │   ├── jobs_list.xml
│   │   │   │   │   │   ├── test_table1.xml
│   │   │   │   │   │   └── test_tables.xml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   │   └── test_tap.cpython-37.pyc
│   │   │   │   │   ├── setup_package.py
│   │   │   │   │   └── test_tap.py
│   │   │   │   └── xmlparser
│   │   │   │   ├── __init__.py
│   │   │   │   ├── jobListSaxParser.py
│   │   │   │   ├── jobSaxParser.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── jobListSaxParser.cpython-37.pyc
│   │   │   │   │   ├── jobSaxParser.cpython-37.pyc
│   │   │   │   │   ├── tableSaxParser.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── tableSaxParser.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── data
│   │   │   │   │   │   ├── test_job_results.xml
│   │   │   │   │   │   ├── test_jobs_async.xml
│   │   │   │   │   │   ├── test_jobs_list.xml
│   │   │   │   │   │   └── test_tables.xml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   │   └── test_xmlparser.cpython-37.pyc
│   │   │   │   │   ├── setup_package.py
│   │   │   │   │   └── test_xmlparser.py
│   │   │   │   └── utils.py
│   │   │   ├── testing_tools.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_url_helpers.cpython-37.pyc
│   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   ├── test_url_helpers.py
│   │   │   │   └── test_utils.py
│   │   │   └── url_helpers.py
│   │   ├── vamdc
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── load_species_table.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── load_species_table.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_vamdc.cpython-37.pyc
│   │   │   │   └── test_vamdc_remote.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_vamdc.py
│   │   │   └── test_vamdc_remote.py
│   │   ├── version.py
│   │   ├── vizier
│   │   │   ├── core.py
│   │   │   ├── data
│   │   │   │   ├── inverse_dict.json
│   │   │   │   └── keywords_dict.json
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── afgl2591_iram.xml
│   │   │   │   ├── kang2010.xml
│   │   │   │   └── viz.xml
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_vizier.cpython-37.pyc
│   │   │   │   └── test_vizier_remote.cpython-37.pyc
│   │   │   ├── test_vizier.py
│   │   │   └── test_vizier_remote.py
│   │   ├── vo_conesearch
│   │   │   ├── conesearch.py
│   │   │   ├── core.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conesearch.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── vo_async.cpython-37.pyc
│   │   │   │   └── vos_catalog.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── basic.json
│   │   │   │   │   ├── conesearch_error1.xml
│   │   │   │   │   ├── conesearch_error2.xml
│   │   │   │   │   ├── conesearch_error3.xml
│   │   │   │   │   └── conesearch_error4.xml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_conesearch.cpython-37.pyc
│   │   │   │   │   └── test_vos_catalog.cpython-37.pyc
│   │   │   │   ├── test_conesearch.py
│   │   │   │   └── test_vos_catalog.py
│   │   │   ├── validator
│   │   │   │   ├── data
│   │   │   │   │   └── conesearch_urls.txt
│   │   │   │   ├── exceptions.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── inspect.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── inspect.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── tstquery.cpython-37.pyc
│   │   │   │   │   └── validate.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── data
│   │   │   │   │   │   ├── conesearch_error.json
│   │   │   │   │   │   ├── conesearch_exception.json
│   │   │   │   │   │   ├── conesearch_good.json
│   │   │   │   │   │   ├── conesearch_warn.json
│   │   │   │   │   │   ├── listcats1.out
│   │   │   │   │   │   ├── listcats2.out
│   │   │   │   │   │   ├── printcat.out
│   │   │   │   │   │   ├── tally.out
│   │   │   │   │   │   └── vao_conesearch_sites_121107_subset.xml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── test_inpect.cpython-37.pyc
│   │   │   │   │   │   └── test_validate.cpython-37.pyc
│   │   │   │   │   ├── test_inpect.py
│   │   │   │   │   └── test_validate.py
│   │   │   │   ├── tstquery.py
│   │   │   │   └── validate.py
│   │   │   ├── vo_async.py
│   │   │   └── vos_catalog.py
│   │   ├── vsa
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_vista_remote.cpython-37.pyc
│   │   │   └── test_vista_remote.py
│   │   ├── wfau
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── xmatch
│   │   ├── core.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── setup_package.cpython-37.pyc
│   │   ├── setup_package.py
│   │   └── tests
│   │   ├── data
│   │   │   ├── posList.csv
│   │   │   ├── query_res.csv
│   │   │   └── tables.csv
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_xmatch.cpython-37.pyc
│   │   │   └── test_xmatch_remote.cpython-37.pyc
│   │   ├── test_xmatch.py
│   │   └── test_xmatch_remote.py
│   └── astroquery-0.3.9.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
287 directories, 950 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment