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.
1 parent 18989bd commit 220fcf2Copy full SHA for 220fcf2
docs/gaia/gaia.rst
@@ -78,7 +78,7 @@ This query searches for all the objects contained in an arbitrary rectangular pr
78
It is possible to choose which data release to query, by default the Gaia DR3 catalogue is used. For example::
79
80
>>> from astroquery.gaia import Gaia
81
- >>> Gaia.MAIN_GAIA_TABLE = "gaiadr2.gaia_source" # Select early Data Release 2
+ >>> Gaia.MAIN_GAIA_TABLE = "gaiadr2.gaia_source" # Select Data Release 2
82
>>> Gaia.MAIN_GAIA_TABLE = "gaiadr3.gaia_source" # Reselect Data Release 3, default
83
84
The following example searches for all the sources contained in an squared region of side = 0.1
0 commit comments