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 3a37b07 commit 04fcc57Copy full SHA for 04fcc57
docs/vizier/vizier.rst
@@ -14,6 +14,13 @@ radius. Similar to the VizieR web interface, the queries may be further
14
constrained by specifying a choice of catalogs, keywords as well as filters on
15
individual columns before retrieving the results.
16
17
+.. note::
18
+ In earlier versions of astroquery (<0.4.8), columns with special characters like
19
+ ``r'mag`` were renamed into ``r_mag`` and columns starting with a number like
20
+ ``2MASS`` were prepended with an underscore ``_2MASS``.
21
+ In astroquery >=0.4.8, the column names are the same in VizieR's webpages and in
22
+ the tables received (for the two examples: you'll see ``r'mag`` and ``2MASS``).
23
+
24
Table Discover
25
--------------
26
0 commit comments