Code: Select all
CustomOrbit "io"
# Overridden by CustomOrbit
# EllipticalOrbit
# {
# Epoch 2443000.00038375
# Period 1.769138
# SemiMajorAxis 421600
# Eccentricity 0.0041
# Inclination 0.040
# AscendingNode 312.981
# LongOfPericenter 97.735
# MeanLongitude 106.724
# }
Now, to my way of thinking, I would expect that the CustomOrbit overriding the older EllipticalOrbit definition should place Io in a similar (if more accurate) position to the older definition.
Therefore, if I create a test object and give it the old Io orbit defiition:
Code: Select all
EllipticalOrbit
{
Epoch 2443000.00038375
Period 1.769138
SemiMajorAxis 421600
Eccentricity 0.0041
Inclination 0.040
AscendingNode 312.981
LongOfPericenter 97.735
MeanLongitude 106.724
}
then I would expect it's orbit (if not it's position in the orbit) to be quite similar to that of Io.
I can understand that it's position in the orbit may be considerably advanced or degraded from Io's CustomOrbit position, however what I find that it's (the test object) orbit is also considerably inclined to Io's orbit (something like 30 degrees).
Can anyone explain what's going on here?
Surely the inclination of Io's orbit won't have changed through the use of a CustomOrbit rather than EllipticalOrbit definition?
A similar thing happens if I go through the same exercise with Earth's Moon... what is causing this difference in inclination?
Cheers
CC