Auriga constellation definition
Auriga constellation definition
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?
Re: Auriga constellation definition
Hello
Yes, the Charioteer is poorly designed. The missing star is Theta Aur. But other stars should also appear in the constellation like that:
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
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.
Yes, the Charioteer is poorly designed. The missing star is Theta Aur. But other stars should also appear in the constellation like that:
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.
Re: Auriga constellation definition
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.
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.
-
- Developer
- Posts: 1356
- Joined: 07.01.2005
- With us: 19 years 10 months
- Location: Nancy, France
Re: Auriga constellation definition
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:
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
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
-
- Developer
- Posts: 1356
- Joined: 07.01.2005
- With us: 19 years 10 months
- Location: Nancy, France
Re: Auriga constellation definition
Here's the corresponding definition in asterisms.dat:
And here's how it looks like in Celestia:
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
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
Re: Auriga constellation definition
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.
Re: Auriga constellation definition
...well for now I'll just go with the following:
which makes more sense than what's currently there.
Code: Select all
"Auriga"
[
[ "Iota Aur" "Epsilon Aur" "Alpha Aur" "Beta Aur" "Theta Aur" ]
]
which makes more sense than what's currently there.
- t00fri
- Developer
- Posts: 8772
- Joined: 29.03.2002
- Age: 22
- With us: 22 years 7 months
- Location: Hamburg, Germany
Re: Auriga constellation definition
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
Re: Auriga constellation definition
Well the problem was that the line was
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.
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.
- t00fri
- Developer
- Posts: 8772
- Joined: 29.03.2002
- Age: 22
- With us: 22 years 7 months
- Location: Hamburg, Germany
Re: Auriga constellation definition
ajtribick wrote:Well the problem was that the line wasCode: 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
-
- Developer
- Posts: 1356
- Joined: 07.01.2005
- With us: 19 years 10 months
- Location: Nancy, France
Re: Auriga constellation definition
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: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.
OK, so I'll check in the Auriga definition I posted above.t00fri wrote:Anyway, Auriga should be exactly as in the IAU design.
@+
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
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