File: index.rst

package info (click to toggle)
python-astropy 1.3-8~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 44,292 kB
  • sloc: ansic: 160,360; python: 137,322; sh: 11,493; lex: 7,638; yacc: 4,956; xml: 1,796; makefile: 474; cpp: 364
file content (38 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. _astropy_vo:

*******************************************
Virtual Observatory Access (``astropy.vo``)
*******************************************

.. module:: astropy.vo

Introduction
============

The ``astropy.vo`` subpackage handles simple access for Virtual Observatory
(VO) services.

Current services include:

.. toctree::
   :maxdepth: 1

   conesearch/index
   samp/index

Other third-party Python packages and tools related to ``astropy.vo``:

* `PyVO <http://pyvo.readthedocs.io/en/latest/>`__
  provides further functionality to discover
  and query VO services. Its user guide contains a
  `good introduction <https://pyvo.readthedocs.io/en/latest/pyvo/vo.html>`__
  to how the VO works.

* `Astroquery <http://www.astropy.org/astroquery/>`__
  is an Astropy affiliated package that provides simply access to specific astronomical
  web services, many of which do not support the VO protocol.

* `Simple-Cone-Search-Creator <https://github.com/tboch/Simple-Cone-Search-Creator/>`_
  shows how to ingest a catalog into a cone search service and serve it in VO
  standard format using Python
  (using CSV files and `healpy <https://github.com/healpy/healpy/>`__).