Update star catalogs and cross-id with astroquery 0.4.9#4156
Update star catalogs and cross-id with astroquery 0.4.9#4156alex-w merged 1 commit intoStellarium:masterfrom
Conversation
|
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
This is an automatically generated QA checklist based on modified files. |
…ary systems and cross-ids
6f3bd3e to
2df3b7c
Compare
Is there some script that does this based on the catalog files? Also, is it possible to switch to a binary format instead of the current textual one? It takes 550ms on my machine to load it, and most of the time is spent in parsing integers from string. |
Not based on the catalog files (since the catalog files do not have SAO/HD/DR ids). Basically what happen is I query all possible HIP ids from SIMBAD, and then parse the result to build the catalog files, as well as the cross-id file. I can sure switch to a binary format. |
I'll add patch to use packed version of cross-id data today |
Oops... I planned to packing data through command |
Of course, unpacking will only increase loading time :) My idea was to just have the numbers stored as normal little-endian 64-bit (or 32-bit when applicable) values and simply read them directly instead of parsing from string. |
|
Hello @henrysky! Please check the fresh version (development snapshot) of Stellarium: |
|
Hello @henrysky! Please check the latest stable version of Stellarium: |
This PR updates the star catalogs generated with astroquery 0.4.9 released last month (see henrysky/stellarium_star_catalogs#2). Astroquery 0.4.9 has a better method to query binary star systems so components for HIP star systems should be more complete. The rest of the updated star catalogs are here: https://www.astro.utoronto.ca/~hleung/shared/stellarium_new_catalog/2025_feb_26/
cross-id.datis generated as a part of the process to generate the star catalog now. Compared to the existingcross-id.dat, about additional 79 HIP id & 689 SAO id & 62206 HD id get cross-identifiers.Fixes #4124
Also fixes a handful of stars with exactly 7.50 mag (e.g., SAO 145064) are missing from the current star catalogs.
Screenshots (if appropriate):
Type of change
How Has This Been Tested?
Test Configuration:
Checklist: