Skip to content

Commit d2ec6fa

Browse files
committed
Extending custom coordinate format example
1 parent 8f45633 commit d2ec6fa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/simbad/simbad.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,15 @@ The output for several of the VOTable fields can be formatted in many different
537537

538538
.. code-block:: python
539539
540-
>>> customSimbad.add_votable_fields('ra(2;A;ICRS;J2017.5;2000)','dec(2;D;ICRS;2017.5;2000)')
540+
>>> customSimbad.add_votable_fields('ra(2;A;ICRS;J2017.5;2000)', 'dec(2;D;ICRS;2017.5;2000)')
541+
>>> customSimbad.remove_votable_fields('coordinates')
542+
>>> customSimbad.query_object("HD189733")
543+
<Table masked=True length=1>
544+
MAIN_ID RA_2_A_ICRS_J2017_5_2000 DEC_2_D_ICRS_2017_5_2000
545+
"h:m:s" "d:m:s"
546+
object str13 str13
547+
--------- ------------------------ ------------------------
548+
HD 189733 20 00 43.7107 +22 42 39.064
541549
542550
543551
Reference/API

0 commit comments

Comments
 (0)