File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 71
71
- perf: use a TAP upload in ``query_region `` when there are more than 300 coordinates.
72
72
This prevents timeouts. [#3235]
73
73
74
+ - fix: remove ``pm `` from the votable_fields list (bug introduced in v0.4.9) [#3259]
75
+
74
76
xmatch
75
77
^^^^^^
76
78
Original file line number Diff line number Diff line change @@ -250,7 +250,6 @@ def list_votable_fields(self):
250
250
dimensions all fields related to object dimensions
251
251
morphtype all fields related to the morphological type
252
252
parallax all fields related to parallaxes
253
- pm proper motion values in right ascension and declination
254
253
propermotions all fields related with the proper motions
255
254
sp all fields related with the spectral type
256
255
velocity all fields related with radial velocity and redshift
Original file line number Diff line number Diff line change 232
232
"tap_column" : " plx_err" ,
233
233
"type" : " alias"
234
234
},
235
- "pm" : {
236
- "description" : " proper motion values in right ascension and declination" ,
237
- "tap_column" : [" pmra" , " pmdec" ],
238
- "type" : " bundle"
239
- },
240
235
"pm_err_maja" : {
241
236
"description" : " major axis of the error ellipse" ,
242
237
"tap_column" : " pm_err_maj" ,
You can’t perform that action at this time.
0 commit comments