Skip to content

Commit

Permalink
docs: add note about the column names fix
Browse files Browse the repository at this point in the history
Co-authored-by: keflavich <[email protected]>
  • Loading branch information
ManonMarchand and keflavich committed Dec 19, 2024
1 parent 3a37b07 commit e723aa2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/vizier/vizier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ radius. Similar to the VizieR web interface, the queries may be further
constrained by specifying a choice of catalogs, keywords as well as filters on
individual columns before retrieving the results.

.. note::
In earlier versions of astroquery (<0.4.8), columns with special characters like
``r'mag`` were renamed into ``r_mag`` and columns starting with a letter like
``2MASS`` were prepended with an underscore ``_2MASS``.
In astroquery >=0.4.8, the column names are the same in VizieR's webpages and in
the tables received (for the two examples: you'll see ``r'mag`` and ``2MASS``).

Table Discover
--------------

Expand Down

0 comments on commit e723aa2

Please sign in to comment.