Updated stars.dat including Gaia EDR3 data (update 2022-03-03)

The home for finished/released addons.
Avatar
DrJMOS
Posts: 101
Joined: 08.08.2020
Age: 42
With us: 3 years 9 months
Contact:

Post #81by DrJMOS » 06.02.2022, 20:35

SevenSpheres wrote:It looks like the problem is that the old version of nearstars.stc that comes with Celestia 1.6.x is missing TYC designations for Gliese 667 A and B, which will result in duplicates with the updated star database. This has been fixed in the current version of nearstars.stc, so just replace it.

See here for a guide to keeping Celestia's default content up to date.

Hi SevenSpheres, omg is true, even I've edited nearstars.stc removing all the duplicate stars there and now works fine. Very helpful your answer,



Regards!!
My avatar is part of my custom splash viewtopic.php?f=5&t=20457#p151900
List of my addons here viewtopic.php?f=23&t=20724

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 20 years 9 months

Post #82by ajtribick » 16.02.2022, 18:13

New pre-release. Main fix is in the code used to select Gaia-based or HIP-based distances in the EDR3-based databases. This wasn't fully updated from when it was only operating on the Hipparcos subset of the data, a notable symptom of this is a "bubble" of stars at ~913 light years. This should be fixed in this release.

There are a few other fixes, including an issue where 64-bit integers failed to roundtrip to the Gaia TAP endpoint leading to TYC2 supplement 1 stars having incorrect IDs.

As there are still a few more things I want to update, I'm giving this a prerelease version number.

https://github.com/ajtribick/celestia-gaia-stardb/releases/tag/v1.1.1-alpha.2

symaski62
Posts: 609
Joined: 01.05.2004
Age: 41
With us: 20 years
Location: france, divion

Post #83by symaski62 » 10.06.2022, 15:50

celestia 1.7.0 versions 64 bit TEST

version 1.0 01/01/2022 => "bubble" of stars at ~913 light years.

version v1.1.1 03/03/2022 ty ! :clap:

:wink:
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

symaski62
Posts: 609
Joined: 01.05.2004
Age: 41
With us: 20 years
Location: france, divion

Post #84by symaski62 » 13.06.2022, 08:36

GAIA

2025 => DR4

2030 => DR5
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

Avatar
Art Blos M
Moderator
Posts: 1129
Joined: 31.08.2017
Age: 31
With us: 6 years 8 months
Location: Volgodonsk, Rostov Oblast, Russia

Post #85by Art Blos » 26.01.2023, 06:15

Can someone give the file stars.dat (from celestia-gaia-stardb-1.1.1), only in text (readable) form?
Founder and head of the project "Celestia Origin"

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 20 years 9 months

Post #86by ajtribick » 26.01.2023, 19:09

Here's a Python script to dump the database to CSV

Usage:

Code: Select all

python3 dump_starsdat.py /path/to/stars.dat /path/to/output.csv


If you don't supply an output file, it writes to stdout instead.

Columns:
  • id - numeric ID
  • catName - the numeric ID translated into a HIP or TYC number
  • x,y,z - rectangular coordinates of the star (light years, ecliptic frame)
  • absMag - absolute magnitude
  • spType - spectral type
Attachments
dump_starsdat.zip
(1.19 KiB) Downloaded 142 times

Avatar
Art Blos M
Moderator
Posts: 1129
Joined: 31.08.2017
Age: 31
With us: 6 years 8 months
Location: Volgodonsk, Rostov Oblast, Russia

Post #87by Art Blos » 27.01.2023, 05:53

ajtribick wrote:Here's a Python script to dump the database to CSV
Thanks. :smile:
Founder and head of the project "Celestia Origin"


Return to “Add-on releases”