Skip to content

Commit 9b2f3f1

Browse files
authored
Merge pull request #3458 from Kraysent/main
2 parents 026b051 + 95e7702 commit 9b2f3f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ esa.euclid
1616
from the server. Specifically, passing ``'METADATA'`` to this argument will retrieve the extra fields
1717
``datalabs_path``, ``file_name`` and ``hdu_index``. [#3438]
1818

19+
vizier
20+
^^^^^^
21+
- Methods ``get_catalog``, ``get_catalog_async`` and ``query_*`` now always return UCD1+ instead of UCD1. [#3458]
22+
1923

2024
Service fixes and enhancements
2125
------------------------------

astroquery/vizier/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def _args_to_payload(self, *args, **kwargs):
689689
for (key, value) in center.items():
690690
body[key] = value
691691
# add column metadata: name, unit, UCD1+, and description
692-
body["-out.meta"] = "huUD"
692+
body["-out.meta"] = "huD"
693693
# merge tables when a list is queried against a single catalog
694694
body["-out.form"] = "mini"
695695
# computed position should always be in decimal degrees

0 commit comments

Comments
 (0)