hippke / tls

Transit Least Squares: An optimized transit-fitting algorithm to search for periodic transits of small planets
MIT License
48 stars 25 forks source link

EPIC catalog without uncertainty on mass and radius #25

Closed hippke closed 5 years ago

hippke commented 5 years ago

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

hippke commented 5 years ago

Replaced with Vizier/AstroQuery, works now.