OHM Varuna

OrbitHangar

Addon Comments
Joined
Apr 9, 2008
Messages
3,832
Reaction score
18
Points
0
Varuna.png

Author: etudiant spatial

Kuiper asteroid Varuna

This add-on contains the Kuiper asteroid Varuna.

Don't forget to read the read-me.txt file! It's very important for the installation.

---------------------------------------------------------------------------------------
Asteroide de la ceinture de Kuiper Varuna

Cet add-on contient l'astéroide Varuna de la ceinture de Kuiper.

N'oubliez pas de lire le fichier lisez-moi.txt! C'est très important pour l'installation.



Happy Flying! Bon vol!

DOWNLOAD
 
Varuna's inclination is way off. It's inclination is like 90 degrees to the ecliptic.

I discovered why. Varuna's actual inclination is about 17.165 degrees. The cfg says 17.158... radians. Which is like 983 degrees. The other orbital parameters are similarly wrong.

Changing the orbital parameters to:

Code:
Inclination = 0.299585766            ; rad
LongAscNode = 1.69813555         ; rad
LongPerihelion = 4.72792241        ; rad
MeanLongitude = 0.072780282168       ; rad

fixes the problem. Thanks to downloaderfan for the corrected figures.
 
Last edited:
I'm guessing the same thing. I don't think 2010 calculates orbits any differently than 2016. It wants those numbers in radians, but the creator of the addon input them in degrees.

It's an easy mistake to make... remember the Mars Climate Orbiter?
 
Actual correct parameters for Varuna. Taken from NASA's website & confirmed with some other astronomy apps.

Code:
Epoch = 2016.57905544148              ; 
SemiMajorAxis = 6442950279469.6591797 ; meters
Eccentricity = 0.05052422717173251
Inclination = 0.2997823783734367975            ; rad
LongAscNode = 1.6982957103063498483      ; rad
LongPerihelion = 0.1165669506359328922     ; rad
MeanLongitude = 1.9904093660688890743       ; rad
 
Back
Top