Page 1 of 1

Changing or Adding names to existing Stars

Posted: 09.05.2009, 23:06
by PlutonianEmpire
Is it possible to change or add to the name of existing stars using the Modify feature in Celestia 1.6.0? If so, how may I go about doing that?

Re: Changing or Adding names to existing Stars

Posted: 10.05.2009, 10:43
by selden
The only way to change a star's names is to redefine it completely using its HIP number. Modify doesn't affect names. Several examples are in data/nearstars.dat
e.g.

Code: Select all

84140 "Gliese 661 A:BD+45 2505 A"
{
   OrbitBarycenter "Gliese 661"
   SpectralType "M3V"
   AppMag 9.93

   EllipticalOrbit {
      Period           12.96
      SemiMajorAxis     2.43 # mass ratio 0.36:0.35
      Eccentricity      0.75
      Inclination      27.34
      AscendingNode    65.56
      ArgOfPericenter 138.70
      MeanAnomaly     248.89
   }
}