Skip to content

Commit a3379c0

Browse files
authored
Merge pull request #1982 from Juma7C9/patch-1
Update Gaia documentation to include EDR3
2 parents 1845d4f + d6487d9 commit a3379c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/gaia/gaia.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ Examples
7777

7878
This query searches for all the objects contained in an arbitrary rectangular projection of the sky.
7979

80+
It is possible to choose which data release to query, by default the Gaia DR2 catalogue is used. For example:
81+
82+
.. code-block:: python
83+
84+
>>> Gaia.MAIN_GAIA_TABLE = "gaiadr2.gaia_source" # Select Data Release 2, default
85+
>>> Gaia.MAIN_GAIA_TABLE = "gaiaedr3.gaia_source" # Select early Data Release 3
86+
8087
The following example searches for all the sources contained in an squared region of side = 0.1
8188
degrees around an specific point in RA/Dec coordinates.
8289

0 commit comments

Comments
 (0)