I appeal to you because I can't align (point of view) a binary system with the sun.
It's like putting 3 points on the same line.
2 of the points are made up of a binary system.
Is Celestia able to tilt in barycenter and its components?
Here is my stc's try :
Code: Select all
# Star A TYC 1234-5678-A - RA = 12 00 00, Dec = +20 00 00
# Star B TYC 1234-5678-B - RA = 12 00 00, Dec = +20 00 00
Barycenter 12345 "Star_A"
{
RA 180.0000
Dec 20.0000
Distance 200.0
Inclination -20.0000
}
#
# Star B
#
B056781234 "Star B"
{
OrbitBarycenter "Star_A"
SpectralType "G1V"
AbsMag 4.67
EllipticalOrbit {
Period 1000
SemiMajorAxis 100
Eccentricity 0.01
Inclination 0
AscendingNode 193.326
ArgOfPericenter 180.0
MeanAnomaly 125.000
}
}
A056781234 "Star A"
{
OrbitBarycenter "Star_A"
SpectralType "K2III"
AbsMag 0.98
EllipticalOrbit {
Period 1000
SemiMajorAxis 100
Eccentricity 0.01
Inclination 0
AscendingNode 193.326
ArgOfPericenter 0.0
MeanAnomaly 125.000
}
}
Thanks for your feedback.