OpenExoplanetCatalogue / open_exoplanet_catalogue

The main data repository for the Open Exoplanet Catalogue
http://openexoplanetcatalogue.com
994 stars 216 forks source link

Fix right ascension #960

Closed landrok closed 7 years ago

landrok commented 7 years ago

The value '19 14 60' is not accepted by the pattern '[0-2]\d [0-5]\d [0-5]\d(.\d+)?'.

https://github.com/OpenExoplanetCatalogue/open_exoplanet_catalogue/blob/master/systems/Kepler-1099.xml#L3

ref. http://exoplanetarchive.ipac.caltech.edu/cgi-bin/DisplayOverview/nph-DisplayOverview?objname=Kepler-1099+b&type=CONFIRMED_PLANET

Do you think we could make pattern more precise, with 2 digits ? Current one does not accept 59.99 which seems to be a great precision.