Combined analysis of radial velocity and astrometric measurements indicates that the planets b and c are in (nearly) coplanar orbits. This also resolves the previous discrepancy between the astrometric analysis which favoured an inclination of ~80 degrees, and dynamical radial velocity fitting which favoured an inclination of ~50 degrees.
Here's a .ssc file you can drop in your extras folder which implements the orbits given in Table 2. Note that due to strong planet-planet interactions in this system, the use of Keplerian orbits isn't a very good representation at all.
Code: Select all
Modify "b" "Gliese 876"
{
EllipticalOrbit {
Epoch 2452490.0
Period 0.16649
SemiMajorAxis 0.20700
Eccentricity 0.0363
Inclination 130.4
AscendingNode 253.8
ArgOfPericenter 194.5
MeanAnomaly 163.1
}
}
Modify "c" "Gliese 876"
{
EllipticalOrbit {
Epoch 2452490.0
Period 0.083452
SemiMajorAxis 0.13062
Eccentricity 0.2683
Inclination 134.4
AscendingNode 251.3
ArgOfPericenter 203.1
MeanAnomaly 309.1
}
}
Modify "d" "Gliese 876"
{
EllipticalOrbit {
Epoch 2452490.0
Period 0.005305563
SemiMajorAxis 0.0208069
Eccentricity 0
Inclination 130.4
AscendingNode 253.8
ArgOfPericenter 6.3
MeanAnomaly 312.2
}
}