You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "precision code for the coordinates (ra and dec are no longer distinct)",
42
+
"tap_column": "coo_qual",
43
+
"type": "alias"
44
+
},
45
+
"diameter": {
46
+
"descriptions": "all measurements of diameter",
47
+
"tap_table": "mesdiameter",
48
+
"type": "alias table"
49
+
},
36
50
"dim": {
37
51
"description": "major and minor axis, angle and inclination",
38
52
"tap_startswith": "galdim_",
@@ -187,14 +201,22 @@
187
201
"tap_column": "morph_type",
188
202
"type": "alias"
189
203
},
190
-
"otype(V)": {
204
+
"otype(v)": {
191
205
"tap_table": "otypedef",
192
206
"type": "alias table"
193
207
},
194
-
"otype(S)": {
208
+
"otype(n)": {
195
209
"tap_table": "otypedef",
196
210
"type": "alias table"
197
211
},
212
+
"otype(3)": {
213
+
"tap_column": "otype",
214
+
"type": "alias"
215
+
},
216
+
"otype(s)": {
217
+
"tap_column": "otype",
218
+
"type": "alias"
219
+
},
198
220
"parallax": {
199
221
"description": "all fields related to parallaxes",
200
222
"tap_startswith": "plx_",
@@ -210,6 +232,11 @@
210
232
"tap_column": "plx_err",
211
233
"type": "alias"
212
234
},
235
+
"pm": {
236
+
"description": "proper motion values in right ascension and declination",
237
+
"tap_column": ["pmra", "pmdec"],
238
+
"type": "bundle"
239
+
},
213
240
"pm_err_maja": {
214
241
"description": "major axis of the error ellipse",
215
242
"tap_column": "pm_err_maj",
@@ -225,11 +252,20 @@
225
252
"tap_startswith": "pm",
226
253
"type": "bundle"
227
254
},
255
+
"ra(d)": {
256
+
"tap_column": "ra",
257
+
"type": "alias"
258
+
},
228
259
"radvel": {
229
260
"description": "Radial velocity",
230
261
"tap_column": "rvz_radvel",
231
262
"type": "alias"
232
263
},
264
+
"ra_prec": {
265
+
"description": "precision code for the coordinates (ra and dec are no longer distinct)",
266
+
"tap_column": "coo_qual",
267
+
"type": "alias"
268
+
},
233
269
"redshift": {
234
270
"type": "alias",
235
271
"tap_column": "rvz_redshift"
@@ -268,6 +304,10 @@
268
304
"type": "alias",
269
305
"tap_column": "sp_type"
270
306
},
307
+
"td1": {
308
+
"description": "UV fluxes from TD1 satellite,by Thompson et al.",
309
+
"type": "historical measurement"
310
+
},
271
311
"v*": {
272
312
"description": "variable stars parameters extracted mainly from the General Catalog of Variable Stars by Kukarkin et al. USSR Academy of Sciences (3rd edition in 1969,and continuations)",
0 commit comments