I am trying to reference the use of PyEphem in my code. Their website shows that data sources are listed below "Documentation", but isn't there anymore. Does anyone know where they take their data from?
Thanks
I am trying to reference the use of PyEphem in my code. Their website shows that data sources are listed below "Documentation", but isn't there anymore. Does anyone know where they take their data from?
Thanks
There were several sources involved in creating PyEphem’s little star catalog, some providing the detailed positions and other supplying the popular names. They are detailed in the star.py module’s docstring, which you can view on your own system by running pydoc ephem.stars or can view online by looking at the source code on GitHub:
I will also plan to add it to the documentation on the web, so that it’s more easily discoverable.