The earth isn't at 6h 00m 00s during the winter solstice?
Posted: 26.12.2010, 06:37
I’ve been trying to "observe" the winter solstice from the viewpoint of the sun but even when I use the script below to position myself perfectly something still seems to be wrong.
{
# Strictly speaking, this script assumes the Inclination of the sun has been set to zero in the following file. (File C:\Program Files (x86)\Celestia\data\nearstars.stc) However if you don't change it, the difference is small. (You get 89.53 degrees instead of 89.51 degrees.)
select { object "Sol" }
gotolonglat { time 0.1
distance 1.1
up [0 1 0]
longitude 0
latitude 90 }
wait { duration 0.1 }
# I got the below date from the below URL and it agrees with other sources.
# http://www.timeanddate.com/calendar/seasons.html
time { utc "2010-12-21T23:38:00" }
timerate { rate 0.001 }
select { object "Sol/Earth" }
center { time 0.1 }
wait { duration 0.1 }
set { name "FOV" value 1.0 }
}
(Sometimes I have have to run the script twice)
After running the script the earth is at the longitudes
89.51 degrees
and
5h 59m 20s
(Its at 89.53 degrees if you don't change the inclination of the sun's rotation.)
You have to increase the time to Dec 22 03:15 before it lines up with
90 degrees
and
6h 00m
If you look directly down on the sun with the ecliptic grid on, it seems perfectly centered. (If the inclination of the sun is set to zero)
Does anyone know what I am doing wrong?
I got similar results for the other equinoxes and the other solstice.
I’m thinking that maybe the definition of the solstice uses the position of the Solar System Barycenter and not the sun.(Celestia\data\nearstars.stc) Could this be it?
Thanks in advance.
Dave
{
# Strictly speaking, this script assumes the Inclination of the sun has been set to zero in the following file. (File C:\Program Files (x86)\Celestia\data\nearstars.stc) However if you don't change it, the difference is small. (You get 89.53 degrees instead of 89.51 degrees.)
select { object "Sol" }
gotolonglat { time 0.1
distance 1.1
up [0 1 0]
longitude 0
latitude 90 }
wait { duration 0.1 }
# I got the below date from the below URL and it agrees with other sources.
# http://www.timeanddate.com/calendar/seasons.html
time { utc "2010-12-21T23:38:00" }
timerate { rate 0.001 }
select { object "Sol/Earth" }
center { time 0.1 }
wait { duration 0.1 }
set { name "FOV" value 1.0 }
}
(Sometimes I have have to run the script twice)
After running the script the earth is at the longitudes
89.51 degrees
and
5h 59m 20s
(Its at 89.53 degrees if you don't change the inclination of the sun's rotation.)
You have to increase the time to Dec 22 03:15 before it lines up with
90 degrees
and
6h 00m
If you look directly down on the sun with the ecliptic grid on, it seems perfectly centered. (If the inclination of the sun is set to zero)
Does anyone know what I am doing wrong?
I got similar results for the other equinoxes and the other solstice.
I’m thinking that maybe the definition of the solstice uses the position of the Solar System Barycenter and not the sun.(Celestia\data\nearstars.stc) Could this be it?
Thanks in advance.
Dave