Skip to content

Commit 9f65c6f

Browse files
committed
tests: output changed width
1 parent cc25c37 commit 9f65c6f

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

docs/simbad/simbad.rst

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -467,28 +467,29 @@ with:
467467
>>> from astroquery.simbad import Simbad
468468
>>> Simbad.list_votable_fields()[["name", "description"]]
469469
<Table length=115>
470-
name description
471-
object object
472-
------------- ----------------------------------------------------------------------------
473-
mesDiameter Collection of stellar diameters.
474-
mesPM Collection of proper motions.
475-
mesISO Infrared Space Observatory (ISO) observing log.
476-
mesSpT Collection of spectral types.
477-
allfluxes all flux/magnitudes U,B,V,I,J,H,K,u_,g_,r_,i_,z_
478-
ident Identifiers of an astronomical object
479-
flux Magnitude/Flux information about an astronomical object
480-
mesPLX Collection of trigonometric parallaxes.
481-
otypedef all names and definitions for the object types
482-
... ...
483-
u Magnitude SDSS u
484-
g Magnitude SDSS g
485-
r Magnitude SDSS r
486-
i Magnitude SDSS i
487-
z Magnitude SDSS z
488-
G Magnitude Gaia G
489-
F150W JWST NIRCam F150W
490-
F200W JWST NIRCam F200W
491-
F444W JWST NIRCan F444W
470+
name description
471+
object object
472+
----------- -------------------------------------------------------
473+
mesDiameter Collection of stellar diameters.
474+
mesPM Collection of proper motions.
475+
mesISO Infrared Space Observatory (ISO) observing log.
476+
mesSpT Collection of spectral types.
477+
allfluxes all flux/magnitudes U,B,V,I,J,H,K,u_,g_,r_,i_,z_
478+
ident Identifiers of an astronomical object
479+
flux Magnitude/Flux information about an astronomical object
480+
mesPLX Collection of trigonometric parallaxes.
481+
otypedef all names and definitions for the object types
482+
... ...
483+
K Magnitude K
484+
u Magnitude SDSS u
485+
g Magnitude SDSS g
486+
r Magnitude SDSS r
487+
i Magnitude SDSS i
488+
z Magnitude SDSS z
489+
G Magnitude Gaia G
490+
F150W JWST NIRCam F150W
491+
F200W JWST NIRCam F200W
492+
F444W JWST NIRCan F444W
492493

493494
You can also access a single field description with
494495
`~astroquery.simbad.SimbadClass.get_field_description`

0 commit comments

Comments
 (0)