@@ -467,28 +467,29 @@ with:
467
467
>>> from astroquery.simbad import Simbad
468
468
>>> Simbad.list_votable_fields()[[" name" , " description" ]]
469
469
<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
492
493
493
494
You can also access a single field description with
494
495
`~astroquery.simbad.SimbadClass.get_field_description `
0 commit comments