@@ -255,11 +255,10 @@ dimension.
255
255
... width= " 30m" ,
256
256
... catalog= [" NOMAD" , " UCAC" ])
257
257
>>> print (result)
258
- TableList with 4 tables:
258
+ TableList with 3 tables:
259
259
'0:I/297/out' with 19 column(s) and 50 row(s)
260
- '1:I/289/out' with 13 column(s) and 50 row(s)
261
- '2:I/322A/out' with 24 column(s) and 50 row(s)
262
- '3:I/340/ucac5' with 20 column(s) and 50 row(s)
260
+ '1:I/322A/out' with 24 column(s) and 50 row(s)
261
+ '2:I/340/ucac5' with 20 column(s) and 50 row(s)
263
262
264
263
265
264
One more thing to note in the above example is that the coordinates may be
@@ -311,11 +310,10 @@ this Vizier instance:
311
310
... column_filters= {" Vmag" :" >10" }, keywords= [" optical" , " xry" ]) # doctest: +IGNORE_WARNINGS
312
311
>>> result = v.query_object(" HD 226868" , catalog = [" NOMAD" , " UCAC" ])
313
312
>>> print (result)
314
- TableList with 4 tables:
313
+ TableList with 3 tables:
315
314
'0:I/297/out' with 3 column(s) and 50 row(s)
316
- '1:I/289/out' with 2 column(s) and 18 row(s)
317
- '2:I/322A/out' with 3 column(s) and 10 row(s)
318
- '3:I/340/ucac5' with 2 column(s) and 26 row(s)
315
+ '1:I/322A/out' with 3 column(s) and 10 row(s)
316
+ '2:I/340/ucac5' with 2 column(s) and 26 row(s)
319
317
>>> print (result[' I/322A/out' ])
320
318
_RAJ2000 _DEJ2000 Vmag
321
319
deg deg mag
0 commit comments