-
i need to process information of galaxies of stellarium, and i think to use python for this, but the problem is that the catalog is a "binary", how to parse this information or convert to json/csv? |
Beta Was this translation helpful? Give feedback.
Answered by
alex-w
Aug 2, 2019
Replies: 1 comment
-
It's maybe strange, but any .cat file doesn't contains data for galaxies. Please read the Stellarium User Guide to understand formats of our files. Hint: https://github.com/Stellarium/stellarium/blob/master/nebulae/default/catalog.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alex-w
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's maybe strange, but any .cat file doesn't contains data for galaxies. Please read the Stellarium User Guide to understand formats of our files.
Hint: https://github.com/Stellarium/stellarium/blob/master/nebulae/default/catalog.txt