Auriga constellation definition

Report bugs, bug fixes and workarounds here.
Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Auriga constellation definition

Post #1by ajtribick » 01.02.2009, 00:28

The entry for Auriga in asterisms.dat contains a reference to a "To Aur", which seems to be an error. What star should go here?

Avatar
jogad
Posts: 458
Joined: 17.09.2008
With us: 16 years 2 months
Location: Paris France

Re: Auriga constellation definition

Post #2by jogad » 01.02.2009, 09:50

Hello

Yes, the Charioteer is poorly designed. The missing star is Theta Aur. But other stars should also appear in the constellation like that:

Auriga.jpg

Theta and iota Aur are often connected with AlNath (Theta Tau) which belongs to the constellation of the Bull.

Here is my modif to the asterisms.dat

Code: Select all

"Auriga"
[
[ "Iota Aur" "Epsilon Aur" "Capella" "Menkalinan" "Theta Aur" ]
[ "Epsilon Aur" "Zeta Aur" ]
[ "Epsilon Aur" "Eta Aur" ]
]

And lastly, the names of the stars Alpha and Beta are Capella and Menkalinan.
You can search and select them by typing their name and Celestia finds them.
But those names never appear in the description at the top left of the screen nor near the star.

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Re: Auriga constellation definition

Post #3by ajtribick » 01.02.2009, 10:41

Thanks for the info.

Well the reason that the names Capella and Menkalinan are not displayed is because of the binary stars files, which only apply one name to the barycenter (thus removing the proper names from the display). You'll have to talk to Fridger about that.

Vincent
Developer
Posts: 1356
Joined: 07.01.2005
With us: 19 years 10 months
Location: Nancy, France

Re: Auriga constellation definition

Post #4by Vincent » 01.02.2009, 11:32

The IAU has published an 'official' list of constellation charts:
http://www.iau.org/public_press/themes/constellations/

Here's how Auriga looks like according to the IAU chart:
@+
Vincent

Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3

Vincent
Developer
Posts: 1356
Joined: 07.01.2005
With us: 19 years 10 months
Location: Nancy, France

Re: Auriga constellation definition

Post #5by Vincent » 01.02.2009, 11:49

Here's the corresponding definition in asterisms.dat:

Code: Select all

"Auriga"
[
[ "Alpha Aur" "Delta Aur" "Beta Aur" "Tet Aur" "Beta Tau" "Iota Aur" "Eta Aur" "Alpha Aur" ]
[ "Beta Aur" "Alpha Aur" "Epsilon Aur" "Zeta Aur" ]
]


And here's how it looks like in Celestia:
Last edited by Vincent on 01.02.2009, 14:07, edited 1 time in total.
@+
Vincent

Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Re: Auriga constellation definition

Post #6by ajtribick » 01.02.2009, 13:31

Might be worth updating asterisms.dat to those forms, but note that in some constellations there are "more important" lines than others, e.g. in the Ursa Major figure, the asterism variously termed the Plough, the Big Dipper, etc. is drawn in thicker lines than the rest of the Ursa Major constellation... this is not supported under the current syntax.

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Re: Auriga constellation definition

Post #7by ajtribick » 01.02.2009, 21:25

...well for now I'll just go with the following:

Code: Select all

"Auriga"
[
[ "Iota Aur" "Epsilon Aur" "Alpha Aur" "Beta Aur" "Theta Aur" ]
]

which makes more sense than what's currently there.

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Re: Auriga constellation definition

Post #8by t00fri » 01.02.2009, 23:37

ajtribick wrote:...well for now I'll just go with the following:

Code: Select all

"Auriga"
[
[ "Iota Aur" "Epsilon Aur" "Alpha Aur" "Beta Aur" "Theta Aur" ]
]

which makes more sense than what's currently there.

Since I did the asterisms about 6 years ago, what exactly is different between the IAU shape of Auriga and mine in Celestia?? I think the two are pretty similar.

I spent quite a bit of time to design asterisms from many different sources that are relatively simple (to satisfy their very purpose of guiding the eye) and NOT nationally biased. The latter constraint is the most severe one, actually. I also found out that a sensible overall solution to these constraints is quite time consuming... ;-)

Fridger
Image

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Re: Auriga constellation definition

Post #9by ajtribick » 02.02.2009, 08:58

Well the problem was that the line was

Code: Select all

[ "Beta Aur" "To Aur" "Eta Aur" "Eta Aur" "Alpha Aur" "Beta Aur" ]


The two main problems with that being the reference to the non-existent star "To Aur" and the zero-length line from Eta Aur to Eta Aur... to me this is clearly a bug.

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Re: Auriga constellation definition

Post #10by t00fri » 02.02.2009, 10:04

ajtribick wrote:Well the problem was that the line was

Code: Select all

[ "Beta Aur" "To Aur" "Eta Aur" "Eta Aur" "Alpha Aur" "Beta Aur" ]


The two main problems with that being the reference to the non-existent star "To Aur" and the zero-length line from Eta Aur to Eta Aur... to me this is clearly a bug.

Oh, mea culpa. Above, I misread Vincent's post, thinking that his image was as things looked like in Celestia NOW, as compared to the IAU design.

Indeed, this bug was introduced by me May 15. 2002 (unintentionally, via a Perl script ;-) ). The idea was actually to do precisely this IAU supported form, as we have also introduced it in XEphem, where I was associated to for 11 years... But Perl did it in it's own way ;-)

Anyway, Auriga should be exactly as in the IAU design.

Fridger
Image

Vincent
Developer
Posts: 1356
Joined: 07.01.2005
With us: 19 years 10 months
Location: Nancy, France

Re: Auriga constellation definition

Post #11by Vincent » 02.02.2009, 16:53

t00fri wrote:Oh, mea culpa. Above, I misread Vincent's post, thinking that his image was as things looked like in Celestia NOW, as compared to the IAU design.
Sorry, I wasn't that clear, indeed. I meant here's how it would look like in Celestia with the correct definition from IAU.

t00fri wrote:Anyway, Auriga should be exactly as in the IAU design.
OK, so I'll check in the Auriga definition I posted above.
@+
Vincent

Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3


Return to “Bugs”