Design of constellations and the name of stars

The place to discuss creating, porting and modifying Celestia's source code.
Avatar
Topic author
jogad
Posts: 458
Joined: 17.09.2008
With us: 16 years 2 months
Location: Paris France

Design of constellations and the name of stars

Post #1by jogad » 14.02.2009, 15:35

geHello

Downloading a new SVN version of Celestia I noticed that Auriga Constellation was modified as suggested by Vincent in another post to match with charts of constellations published by the IAU. :D

I think almost all the constellations should be updated.

I have reworked the asterisms.dat file to display all the lines of constellations as in the IAU charts.
I don’t think that in most cases the distinction between thin and thicker line is important. In fact most of the constellations are drawn with thin lines. If we ignore them, there will be almost nothing to draw!
If a bold stroke is actually necessary (and I don’t think it is), I discovered a workaround. Just draw the line two times as in the example below.

Code: Select all

"Ursa Major"
[
[ "Eta UMa" "Zeta UMa" "Epsilon UMa" "Delta UMa" "Gamma UMa" "Beta UMa" "Alpha UMa" "Delta UMa" ]
[ "Eta UMa" "Zeta UMa" "Epsilon UMa" "Delta UMa" "Gamma UMa" "Beta UMa" "Alpha UMa" "Delta UMa" ]
[ "Gamma UMa" "Chi UMa" "Nu UMa" "Xi UMa" ]
[ "Chi UMa" "Psi UMa" "Mu UMa" "Lambda UMa" ]
[ "Beta UMa" "Upsilon UMa" "Omicron UMa" "H UMa" "Alpha UMa" ]
[ "H UMa" "Upsilon UMa" "Theta UMa" "Kappa UMa" "Iota UMa" ]
]

And the result in Celestia:
UMa.jpg

In case you find it useful, I join the file with all constellations updated. :mrgreen: Only UMa has bold lines.

And lastly a request. :wink:
In the case of binary stars, is it possible that the name displayed beside the star be the proper name of the star? Especially when looking at the constellations it is nice to see Capella or Menkalinan rather than Alpha or Beta Aur. If you want to learn the constellations and their stars and after that go to contemplate and recognize them in the night (I know that scientists don’t worry), Celestia must display that name.

Avatar
fsgregs
Posts: 1307
Joined: 07.10.2002
With us: 22 years 1 month
Location: Manassas, VA

Re: Design of constellations and the name of stars

Post #2by fsgregs » 14.02.2009, 16:50

Thanks. The new asterisms look good.

Frank

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Re: Design of constellations and the name of stars

Post #3by ElChristou » 14.02.2009, 18:03

The double line is a good trick!
No way to center better some names within the boundaries of the constellations?
Image


Return to “Development”