Skip to content

Commit 006c62b

Browse files
authored
Merge pull request #3259 from cds-astro/fix-remove-pm-field
[SIMBAD] fix: remove pm from the list of fields - bug introduced in #3186
2 parents 2915239 + 8904953 commit 006c62b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ simbad
7171
- perf: use a TAP upload in ``query_region`` when there are more than 300 coordinates.
7272
This prevents timeouts. [#3235]
7373

74+
- fix: remove ``pm`` from the votable_fields list (bug introduced in v0.4.9) [#3259]
75+
7476
xmatch
7577
^^^^^^
7678

astroquery/simbad/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def list_votable_fields(self):
250250
dimensions all fields related to object dimensions
251251
morphtype all fields related to the morphological type
252252
parallax all fields related to parallaxes
253-
pm proper motion values in right ascension and declination
254253
propermotions all fields related with the proper motions
255254
sp all fields related with the spectral type
256255
velocity all fields related with radial velocity and redshift

astroquery/simbad/data/query_criteria_fields.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,6 @@
232232
"tap_column": "plx_err",
233233
"type": "alias"
234234
},
235-
"pm": {
236-
"description": "proper motion values in right ascension and declination",
237-
"tap_column": ["pmra", "pmdec"],
238-
"type": "bundle"
239-
},
240235
"pm_err_maja": {
241236
"description": "major axis of the error ellipse",
242237
"tap_column": "pm_err_maj",

0 commit comments

Comments
 (0)