OHM Quaoar

OrbitHangar

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

Author: etudiant spatial

Minor planet Quaoar

This add-on contains the minor planet Quaoar

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

-----------------------------------------------------------------------------
Planète naine Quaoar

Cet add-on contient la planète naine Quaoar

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



Happy Flying! Bon vol!

DOWNLOAD
 

downloaderfan

Member
Joined
Jan 12, 2013
Messages
104
Reaction score
0
Points
16
Quaoar's inclination is way off. It's inclination is like 90 degrees to the ecliptic. The dev input the values in degrees but orbiter needs it in radians.

Changing the orbital parameters in Quaoar.cfg to

Code:
Epoch = 2016.57905544148            ; 
SemiMajorAxis = 6498510480943.6728516 ; meters
Eccentricity = 0.03514886445517053	
Inclination = 0.13939239123080285343          ; rad
LongAscNode = 3.2944381481484192875         ; rad
LongPerihelion = 5.9624463324820631271       ; rad
MeanLongitude = 4.7516734835037981455         ; rad

fixes the problem.

Also for the moon, Quaoar I.cfg

Code:
Epoch = 2004.55                 ; J2004.55
SemiMajorAxis = 35000000 ; meters
Eccentricity = 0.002
Inclination = 0.01717404            ; rad
LongAscNode = 3.2951641745          ; rad
LongPerihelion = 2.721404636        ; rad
MeanLongitude = 0.0727802821679        ; rad
 
Last edited:
Top