Closed hippke closed 5 years ago
k2plr doesn't give them: import k2plr star = k2plr.API().k2_star(204099713) print(star.e_rad) returns "None"
import k2plr
star = k2plr.API().k2_star(204099713)
print(star.e_rad)
Vizier has it, but interface not working? https://github.com/astropy/astroquery/issues/1326
Replaced with Vizier/AstroQuery, works now.
k2plr doesn't give them:
import k2plr
star = k2plr.API().k2_star(204099713)
print(star.e_rad)
returns "None"Vizier has it, but interface not working? https://github.com/astropy/astroquery/issues/1326