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 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+
7476xmatch
7577^^^^^^
7678
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments