Skip to content

Commit 5b9a86e

Browse files
committed
Fix gaia docs failures
1 parent 9a4fedb commit 5b9a86e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/gaia/gaia.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ radius argument.
170170
INFO: Query finished. [astroquery.utils.tap.core]
171171
>>> r = j.get_results()
172172
>>> r.pprint()
173-
solution_id designation ... dist
173+
solution_id DESIGNATION ... dist
174174
...
175175
------------------- ---------------------------- ... ---------------------
176176
1635721458409799680 Gaia DR2 6636090334814214528 ... 0.0026034636994048854
@@ -184,7 +184,6 @@ radius argument.
184184
1635721458409799680 Gaia DR2 6636089583198817664 ... 0.008338509690874027
185185
1635721458409799680 Gaia DR2 6636089578899968384 ... 0.008406677772258921
186186
... ... ... ...
187-
188187
1635721458409799680 Gaia DR2 6636089510180765312 ... 0.01943176697471851
189188
1635721458409799680 Gaia DR2 6636066871411763712 ... 0.019464719601172412
190189
1635721458409799680 Gaia DR2 6636089514475519232 ... 0.019467068628703368
@@ -418,8 +417,8 @@ Query without saving results in a file:
418417
INFO: Query finished. [astroquery.utils.tap.core]
419418
>>> r = job.get_results()
420419
>>> print(r)
421-
designation ra dec
422-
deg deg
420+
DESIGNATION ra dec
421+
deg deg
423422
---------------------- ------------------ --------------------
424423
Gaia DR2 4295806720 44.996153684159594 0.005615806210679649
425424
Gaia DR2 34361129088 45.004316164207644 0.021045032689712983

0 commit comments

Comments
 (0)