double/binary stars

General discussion about Celestia that doesn't fit into other forums.
Topic author
mute_invert

double/binary stars

Post #1by mute_invert » 14.04.2003, 04:38

what are the names of the binary stars in celestia? i can't find any, though i'm sure there are some.

Rassilon
Posts: 1887
Joined: 29.01.2002
With us: 22 years 10 months
Location: Altair

Post #2by Rassilon » 14.04.2003, 05:33

Sirius A and B is one...
I'm trying to teach the cavemen how to play scrabble, its uphill work. The only word they know is Uhh and they dont know how to spell it!

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 10 months
Location: Seattle, Washington, USA

Post #3by chris » 14.04.2003, 08:10

Try going to Albireo, or Alpha Centauri. I really need to post the list of all the double star systems in base Celestia star database.

--Chris

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

Post #4by t00fri » 14.04.2003, 16:55

chris wrote:Try going to Albireo, or Alpha Centauri. I really need to post the list of all the double star systems in base Celestia star database.

--Chris


Digging in the Celestia data base and producing nice tables of output --given some search criteria--,
could be very interesting/useful future applications for the powerful Lua-scripting that is presently under development.

Double star names would be almost trivial, but one may also search and display much less trivial entries that may be of great interest to amateur astronomers and the like...

Bye Fridger

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 10 months
Location: Seattle, Washington, USA

Post #5by chris » 14.04.2003, 19:15

t00fri wrote:Digging in the Celestia data base and producing nice tables of output --given some search criteria--,
could be very interesting/useful future applications for the powerful Lua-scripting that is presently under development.

Double star names would be almost trivial, but one may also search and display much less trivial entries that may be of great interest to amateur astronomers and the like...

Yes . . . I want to make it possible to write a script that iterates over the entire star database. Something like this would mark all intrinsically very bright stars in the sky:

Code: Select all

for s in celestia:stars do
    if s.absoluteMagnitude < -6 then
        celestia:mark(s)
    end
end


Double stars would be a bit trickier, as Celestia currently doesn't store any correlation information--double stars are nothing more than stars that happen to be positioned near each other. But, that could be fixed, and in fact, it will have to be fixed when we want to make stars orbit each other.

--Chris

Topic author
mute_invert

Post #6by mute_invert » 14.04.2003, 22:38

yeah, i know about those double stars, but i need their names that are in celestia. ive searched for those, but it didnt find anithing.

so i guess celestia should have a star/planet/solar system search. thatd be cool.


Return to “Celestia Users”