HD 114729 issue.
Posted: 17.08.2008, 20:20
Hey, I have an issue with my code. I've set up a .STC file to make several of the known binary extrasolar systems as binary in Celestia, and I can't get HD 114729 to work =(. Every time I select it either by pressing
'Enter'
Type: "HD 114729"'
'Enter'
Or by going to it in the star navigation, Celestia immediately closes. I'm guessing it's just something wrong with my .stc, probably something really obvious... but I can't figure it out. I've rewritten it twice now =S.
'Enter'
Type: "HD 114729"'
'Enter'
Or by going to it in the star navigation, Celestia immediately closes. I'm guessing it's just something wrong with my .stc, probably something really obvious... but I can't figure it out. I've rewritten it twice now =S.
Code: Select all
# HD 114729 AB
Barycenter "HD 114729"
{
RA 198.1844063
Dec -31.87139
Distance 114.1057
}
64459 "CD-31 10156 A:HD 114729 A" # Planet host star.
{
OrbitBarycenter "HD 114729"
SpectralType "G3V"
AppMag 6.68
EllipticalOrbit {
Period 9953.56374
SemiMajorAxis 103.601695
Eccentricity 0.5 # Plausible guess.
ArgOfPericenter 180
MeanAnomaly 0
}
}
"CD-31 10156 B:HD 114729 B"
{
OrbitBarycenter "HD 114729"
SpectralType "M"
AppMag 9.782
EllipticalOrbit {
Period 9953.56374
SemiMajorAxis 385.398305
Eccentricity 0.5 # Plausible guess.
MeanAnomaly 0
}
}