File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,6 @@ To load only a table (TAP+ capability)
369
369
370
370
>> > from astroquery.esa.jwst import Jwst
371
371
>> > table = Jwst.load_table(' jwst.main' )
372
- Retrieving table ' jwst.main'
373
372
>> > print (table)
374
373
TAP Table name: jwst.jwst.main
375
374
Description:
@@ -382,7 +381,6 @@ Once a table is loaded, columns can be inspected
382
381
383
382
>> > from astroquery.esa.jwst import Jwst
384
383
>> > table = Jwst.load_table(' jwst.main' )
385
- Retrieving table ' jwst.main'
386
384
>> > print (* (column.name for column in table.columns), sep = " \n " )
387
385
" public"
388
386
algorithm_name
@@ -418,7 +416,7 @@ Query without saving results in a file:
418
416
>>>
419
417
>>> print (job) # doctest: +IGNORE_OUTPUT
420
418
<Table length=100>
421
- name dtype
419
+ name dtype
422
420
---------------- ------
423
421
instrument_name object
424
422
proposal_id object
@@ -433,7 +431,7 @@ Query without saving results in a file:
433
431
>>> result # doctest: +IGNORE_OUTPUT
434
432
<Table length=100>
435
433
instrument_name proposal_id calibrationlevel dataproducttype
436
- object object int32 object
434
+ object object int32 object
437
435
--------------- ----------- ---------------- ---------------
438
436
FGS 1014 3 image
439
437
FGS 1014 3 image
Original file line number Diff line number Diff line change @@ -249,7 +249,6 @@ To load only a table (TAP+ capability):
249
249
250
250
>>> from astroquery.gaia import Gaia
251
251
>>> gaiadr2_table = Gaia.load_table(' gaiadr2.gaia_source' )
252
- Retrieving table 'gaiadr2.gaia_source'
253
252
>>> print (gaiadr2_table)
254
253
TAP Table name: gaiadr2.gaiadr2.gaia_source
255
254
Description: This table has an entry for every Gaia observed source as listed in the
You can’t perform that action at this time.
0 commit comments