@@ -621,29 +621,29 @@ with:
621
621
>>> from astroquery.simbad import Simbad
622
622
>>> Simbad.list_votable_fields()[[" name" , " description" ]]
623
623
<Table length=...>
624
- name description
625
- object object
626
- ----------- -------------------------------------------------------
627
- mesDiameter Collection of stellar diameters.
628
- mesPM Collection of proper motions.
629
- mesISO Infrared Space Observatory (ISO) observing log.
630
- mesSpT Collection of spectral types.
631
- allfluxes all flux/magnitudes U,B,V,I,J,H,K,u_,g_,r_,i_,z_
632
- ident Identifiers of an astronomical object
633
- flux Magnitude/Flux information about an astronomical object
634
- mesPLX Collection of trigonometric parallaxes.
635
- otypedef all names and definitions for the object types
636
- ... ...
637
- K Magnitude K
638
- u Magnitude SDSS u
639
- g Magnitude SDSS g
640
- r Magnitude SDSS r
641
- i Magnitude SDSS i
642
- z Magnitude SDSS z
643
- G Magnitude Gaia G
644
- F150W JWST NIRCam F150W
645
- F200W JWST NIRCam F200W
646
- F444W JWST NIRCan F444W
624
+ name description
625
+ object object
626
+ ----------- ---------------------------------------------------------
627
+ mesDiameter Collection of stellar diameters.
628
+ mesPM Collection of proper motions.
629
+ mesISO Infrared Space Observatory (ISO) observing log.
630
+ mesSpT Collection of spectral types.
631
+ allfluxes all flux/magnitudes U,B,V,I,J,H,K,u_,g_,r_,i_,z_
632
+ ident Identifiers of an astronomical object
633
+ flux Magnitude/Flux information about an astronomical object
634
+ mesOtype Other object types associated with an object with origins
635
+ mesPLX Collection of trigonometric parallaxes.
636
+ ... ...
637
+ K Magnitude K
638
+ u Magnitude SDSS u
639
+ g Magnitude SDSS g
640
+ r Magnitude SDSS r
641
+ i Magnitude SDSS i
642
+ z Magnitude SDSS z
643
+ G Magnitude Gaia G
644
+ F150W JWST NIRCam F150W
645
+ F200W JWST NIRCam F200W
646
+ F444W JWST NIRCan F444W
647
647
648
648
You can also access a single field description with
649
649
`~astroquery.simbad.SimbadClass.get_field_description `
0 commit comments