Page 1 of 1

Miranda doesn't rotate

Posted: 26.11.2002, 11:07
by granthutchison
Uranus' moon Miranda doesn't seem to follow Celestia's default synchronous rotation - it sails along synched to the Universe at large.
Why should that be?
I've fixed it meantime by inserting

Code: Select all

RotationPeriod 33.912

But I'm puzzled why it should be happening in the first place.

Grant

Miranda doesn't rotate

Posted: 27.11.2002, 00:18
by chris
granthutchison wrote:Uranus' moon Miranda doesn't seem to follow Celestia's default synchronous rotation - it sails along synched to the Universe at large.
Why should that be?
I've fixed it meantime by inserting

Code: Select all

RotationPeriod 33.912

But I'm puzzled why it should be happening in the first place.

Grant

I suspect that there's a bug in the custom orbital calculation for Miranda. The custom calculations are all written and C++ and are responsible for reporting the orbital period. So, it's probably a bug in the getPeriod function of the custom orbit calculation for Miranda.

--Chris