Is there any way in astroquery we can obtain data for diameter and distance of star for example? Seems like I can not find any of these reading the astroquery documentation and checking all supported fields in the votable_fields_dict.json file.
Checking documentation on SIMBAD however (see image), there are measurements supporting these :
- I'm pretty sure that luminosity of celestial object can be calculated using the Hertzsprung-Russell Diagram (HRD) and later on mass can be calculated using luminosity obtained in previous step. Also age of celestial object can be calculated based on the HRD. Can you please confirm this (Or there is some way to obtain these values using astroquery)?