Code: Select all
Modify "Earth" "Sol"
{
Timeline [
{
Ending "-499671645.40897"
CustomOrbit "vsop87-earth"
UniformRotation
{
Period 23.9344694
Inclination -23.4392911
MeridianAngle 280.5 # offset at default epoch J2000
}
}
{
Ending "508242690.63095"
CustomOrbit "vsop87-earth"
CustomRotation "earth-p03lp"
}
{
CustomOrbit "vsop87-earth"
UniformRotation
{
Period 23.9344694
Inclination -23.4392911
MeridianAngle 280.5 # offset at default epoch J2000
}
}
]
}
However, the rotation of the Earth is then not continuous between phases. The Earth immediately jumps to extremaly different orientation! To avoid it, one should change properly "Inclination" and "MeridianAngle" in the first and the last phase. I haven't tried it yet.
Does anyone know a better solution to this bug?
Paul