File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments