@@ -13,20 +13,22 @@ What's a MOC?
1313-------------
1414
1515MOC means Multi-Order Coverage. It's an `IVOA standard `_ that allows to describe
16- Space-Time coverages of arbitrary sky regions -- with or without
17- an associated time of observation.
16+ Space-Time coverages of arbitrary sky regions, with or without an associated time of
17+ observation.
1818
19- The space component maps the sky with the HEALPix sky
20- tessellation to represent regions on the sky by hierarchically grouped HEALPix cells.
21- It other words, a Spatial MOC is a set of HEALPix cells at different orders.
19+ The space component maps the sky with the `HEALPix sky tessellation
20+ <https://arxiv.org/abs/astro-ph/9905275> `_ to represent regions on the sky
21+ by hierarchically grouped HEALPix cells. It other words, a Spatial MOC is a set of
22+ HEALPix cells at different orders.
2223
2324The idea is the same for Time MOCs. The time axis is split into time cells.
2425
2526For those wanting to know more about MOCs, please refer to `the MOC 2.0 specification
2627document <https://ivoa.net/documents/MOC/20220727/REC-moc-2.0-20220727.pdf> `_.
2728
28- MOCPy is a Python library allowing to manipulate these Space-Time Coverage objects.
29- You're welcome to have a look at `MOCPy's documentation <https://github.com/cds-astro/mocpy >`_.
29+ `MOCPy <https://github.com/cds-astro/mocpy >`_ is a Python library allowing to manipulate
30+ these Space-Time Coverage objects. You're welcome to have a look at
31+ `MOCPy's documentation <https://cds-astro.github.io/mocpy/ >`_.
3032
3133What's the MOC Server?
3234----------------------
@@ -37,8 +39,8 @@ In the MOC Server, there a few tens of thousands of astronomical collections.
3739They each have an identifier ``ID `` and a set of properties that describe their content.
3840This is a practical way of finding datasets with criteria on time and/or space.
3941
40- The meta- data properties are freely assigned by each publisher. You can get the list of
41- properties with their frequency of usage and examples example with
42+ The meta data properties are freely assigned by each publisher. You can get the current
43+ list of properties with their frequency of usage and examples example with
4244`astroquery.mocserver.MOCServerClass.list_fields `.
4345This method also accepts a string to limit the number of responses. Let's try with ``MOC ``:
4446
@@ -69,7 +71,8 @@ Querying with a region
6971
7072The MOCServer is optimized to return the datasets having at least one source lying in a
7173specific sky region (or time interval).
72- The regions can be provided either as astropy-regions from the ``regions `` python library,
74+ The regions can be provided either as astropy-regions from the
75+ `regions <https://astropy-regions.readthedocs.io/en/stable/ >`_ python library,
7376or as an accepted MOC type (`mocpy.TimeMOC `, `mocpy.MOC `, `~mocpy.STMOC `).
7477The frequency MOCs are not yet available.
7578
@@ -205,12 +208,13 @@ their identifier. These correspond to the Hubble surveys:
205208 ESAVO/P/HST/WFPC --
206209 ESAVO/P/HST/WFPC2 --
207210
208- Query for HiPS surveys
209- ======================
211+ Query for Hierarchical Progressive Surveys (HiPS)
212+ =================================================
210213
211- The MOCServer contains an extensive list of HiPS, for images and catalogs. These
212- progressive surveys can be displayed in applications such as Aladin or ESASky.
213- The `astroquery.mocserver.MOCServerClass.query_hips ` method allows to find these HiPS.
214+ The MOCServer contains an extensive list of `HiPS <https://ivoa.net/documents/HiPS/ >`_,
215+ for images and catalogs. These progressive surveys can be displayed in applications
216+ such as `ipyaladin <https://github.com/cds-astro/ipyaladin >`_. The
217+ `astroquery.mocserver.MOCServerClass.query_hips ` method allows to find these HiPS.
214218It accepts the same parameters (``region `` and ``meta_data `` for example) as the other
215219methods. The only difference is that the output will only contain HiPS data.
216220
@@ -396,6 +400,3 @@ Reference/API
396400
397401.. _CDS MOCServer : http://alasky.unistra.fr/MocServer/query
398402.. _IVOA standard : http://ivoa.net/documents/MOC/20140602/REC-MOC-1.0-20140602.pdf
399- .. _astropy-healpix : https://astropy-healpix.readthedocs.io/en/latest/
400- .. _regions : https://github.com/astropy/regions
401- .. _mocpy : https://github.com/cds-astro/mocpy
0 commit comments