Posts by rinoa79
- 20.10.2008, 01:26
- Forum: Scripting
- Topic: Create a frame of reference
- Replies: 4
- Views: 5173
Re: Create a frame of reference
What do you mean by "create a frame of reference"? Exactly what are you trying to do? Have you read the related sections in the Celestia WikiBook? http://en.wikibooks.org/wiki/Celestia#Customizing_Celestia I maked this script: while true do ti = celestia:getscripttime() terra = celestia:f...
- 19.10.2008, 23:55
- Forum: Scripting
- Topic: Create a frame of reference
- Replies: 4
- Views: 5173
Create a frame of reference
Hi folks, please, can someone tells me how to create a frame of reference like J2000 equator (Earth equator at epoch J2000 as the fundamental plane. The x-axis points along the J2000 vernal equinox, the z-axis is the mean north pole, and the y-axis completes the right-handed system) but centered in...
- 19.10.2008, 23:41
- Forum: Celestia Users
- Topic: seasat1's parameter
- Replies: 8
- Views: 5115
Re: seasat1's parameter
Thank you, Chris!
Mary
Mary
- 19.10.2008, 18:09
- Forum: Scripting
- Topic: Script to compare coordinate
- Replies: 9
- Views: 7987
Re: Script to compare coordinate

- 19.10.2008, 18:04
- Forum: Scripting
- Topic: Script to compare coordinate
- Replies: 9
- Views: 7987
Re: Script to compare coordinate
Mary, Actually, my script only gives accurate RA/Dec values for distant objects (stars, DSO's) and when the observer is in the neighbourhood of Earth. If you want to get RA/Dec for spacecraft, please replace the getRADec function with the following one that uses an observer centered coordinate syst...
- 18.10.2008, 22:21
- Forum: Celestia Users
- Topic: seasat1's parameter
- Replies: 8
- Views: 5115
Re: seasat1's parameter
The epoch looks wrong--I think that Celestia and Orbitron must use a different format for it. Can you post the unmodified Orbitron data? --Chris Hi Chris, is it possible that hubble's parameters are wrong? I'm using parameters downloaded from Celestia Motherlode. I'm watching hubble orbiting and I ...
- 18.10.2008, 19:13
- Forum: Celestia Users
- Topic: seasat1's parameter
- Replies: 8
- Views: 5115
Re: seasat1's parameter
chris wrote:The epoch looks wrong--I think that Celestia and Orbitron must use a different format for it. Can you post the unmodified Orbitron data?
--Chris
I downloaded Orbitron from this site:
http://www.stoff.pl/
- 18.10.2008, 19:06
- Forum: Celestia Users
- Topic: seasat1's parameter
- Replies: 8
- Views: 5115
Re: seasat1's parameter
chris wrote:The epoch looks wrong--I think that Celestia and Orbitron must use a different format for it. Can you post the unmodified Orbitron data?
--Chris
Excuse me Chris,
I don't understand... What is unmodified Orbitron data? Can you explain me?
Thx, Mary.
- 18.10.2008, 18:31
- Forum: Celestia Users
- Topic: seasat1's parameter
- Replies: 8
- Views: 5115
seasat1's parameter
Hi folk, someone knows what are the right parameters that I must insert in a .ssc file to have seasat1's orbit? I have used these (I took them from Orbitron): "SeaSat1" "Sol/Earth" { Class "spacecraft" Radius 0.00105 EllipticalOrbit { Period 0.06934 SemiMajorAxis 7130 ...
- 17.10.2008, 18:54
- Forum: Scripting
- Topic: Script to compare coordinate
- Replies: 9
- Views: 7987
Re: Script to compare coordinate
I forgot to tell you that I have changed only the first line with this:
I maybe made a mess...
Code: Select all
obj = celestia:find("Sol/Earth/SEASAT1")
I maybe made a mess...

- 17.10.2008, 18:49
- Forum: Scripting
- Topic: Script to compare coordinate
- Replies: 9
- Views: 7987
Re: Script to compare coordinate
selden wrote:Mary,
What values do you get?
RA = 13h 33min...
DEC = -57° 35' ...
but real values are around:
RA = 3h...
DEC = -9°...
- 17.10.2008, 18:34
- Forum: Scripting
- Topic: Script to compare coordinate
- Replies: 9
- Views: 7987
Re: Script to compare coordinate
Mary, On top of the issue raised by Selden, your script does not display the right Celestia values for R, Ra and Dec. Though I don't have the time to investigate what is wrong with your script, you can use the following script that displays R, RA, Dec for the selected object. RA/Dec are displayed r...
- 17.10.2008, 15:29
- Forum: Celestia Users
- Topic: Stupid question
- Replies: 2
- Views: 2355
Re: Stupid question
Thank you for you fast help!abramson wrote:Hi. No. For the sake of fast computing, all orbits in Celestia are elliptical 2-body orbits (typically for stars, planets, moons, spacecraft in low orbit...), or sampled orbits (usually for spacecrafts in complex interplanetary flight).
Cheers,
Guillermo
Bye, Mary.
- 17.10.2008, 15:25
- Forum: Scripting
- Topic: Script to compare coordinate
- Replies: 9
- Views: 7987
Script to compare coordinate
Hi folk! I have created a script to compare ISS's real coordinates (RA, Dec, r) found in this site: http://www.n2yo.com/ with ISS's coordinates calculated using Celestia. But they didn't correspond. Please, can someone tell me why? I think I made some mistakes but I don't understand where! This is ...
- 17.10.2008, 10:24
- Forum: Celestia Users
- Topic: Stupid question
- Replies: 2
- Views: 2355
Stupid question
Hi of all,
I think I will do a stupid question...
But I didn't understand if Celestia applies the three-body problem for its calculations.
Please, can somebody explain me?
Thanks in advance,
Mary!
I think I will do a stupid question...
But I didn't understand if Celestia applies the three-body problem for its calculations.
Please, can somebody explain me?

Thanks in advance,
Mary!
- 15.10.2008, 16:40
- Forum: Celestia Users
- Topic: Where I can find satellite's information?
- Replies: 3
- Views: 3034
Where I can find satellite's information?
Hi, I'm looking for some information about satellites that orbit around Earth. Like geocentric coordinates, average speed, .. I need all mission data!
Please, can somebody give me some link where I can find them?
Thanks in advance,
Mary.
Please, can somebody give me some link where I can find them?
Thanks in advance,
Mary.
- 09.10.2008, 16:56
- Forum: Scripting
- Topic: How Celestia calculates speed?
- Replies: 14
- Views: 10042
Re: How Celestia calculates speed?
Mary, your code is wrong, because "pos1:length()" is placed in the numerator and not in the denominator. I can give you a correct, alternative version of this line, which is equivalent to my original one: tspeed = dist * math.acos((pos2 * pos1)/(pos2:length()*pos1:length())) / ((t2 - t1) ...
- 09.10.2008, 16:03
- Forum: Scripting
- Topic: How Celestia calculates speed?
- Replies: 14
- Views: 10042
Re: How Celestia calculates speed?
Mary, You can use the following script: while true do obs = celestia:getobserver() sel = celestia:getselection() pos1 = obs:getposition()-sel:getposition() t1 = celestia:gettime() wait(0.1) pos2 = obs:getposition()-sel:getposition() t2 = celestia:gettime() dist = (pos2:length()+pos1:length()) / 2 t...
- 07.10.2008, 07:49
- Forum: Scripting
- Topic: How Celestia calculates speed?
- Replies: 14
- Views: 10042
Re: How Celestia calculates speed?
[/quote] Mary, You can use the following script: while true do obs = celestia:getobserver() sel = celestia:getselection() pos1 = obs:getposition()-sel:getposition() t1 = celestia:gettime() wait(0.1) pos2 = obs:getposition()-sel:getposition() t2 = celestia:gettime() dist = (pos2:length()+pos1:length(...
- 06.10.2008, 19:30
- Forum: Scripting
- Topic: I need help!
- Replies: 0
- Views: 2853
I need help!
Hi, I saw that Celestia can show me eclipses. Please, can someone tell me if there is a way to obtain the eclipse time? Is there some Celestia's method that does it? I need to know also if there is a Celestia's method which give me "access windows" (at what times you can start and stop to...