We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1845d4f + d6487d9 commit a3379c0Copy full SHA for a3379c0
docs/gaia/gaia.rst
@@ -77,6 +77,13 @@ Examples
77
78
This query searches for all the objects contained in an arbitrary rectangular projection of the sky.
79
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
87
The following example searches for all the sources contained in an squared region of side = 0.1
88
degrees around an specific point in RA/Dec coordinates.
89
0 commit comments