How to mark perihelium aphelium in orbits?

Have a question about using Celestia? Check here first for FAQs and helpful advice.
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Avatar
Topic author
Limax7
Posts: 98
Joined: 23.01.2010
Age: 45
With us: 15 years
Location: Poland, Bialystok

How to mark perihelium aphelium in orbits?

Post #1by Limax7 » 11.08.2018, 08:16

Hi

How to mark perihelium aphelium in orbits?

Adam
Adam Hurcewicz
Bialystok, Poland

Avatar
gironde M
Posts: 854
Joined: 16.12.2016
Age: 72
With us: 8 years 1 month
Location: Montigny-Les-Metz, France

Post #2by gironde » 13.08.2018, 16:25

perhaps by creating Reference Point as for L1, L2, L3, L4 …
example (code of (c) Phil Batchelor, 2007-2012)

Code: Select all

ReferencePoint   "Earth-L1" "Sol/Earth"
{
   Class "spacecraft"
   Visible   true
   Clickable   true

   OrbitFrame
   {
      TwoVector
      {
         Center   "Sol/Earth"
         Primary
         {
            Axis "x"
            RelativePosition { Target "Sol" }
         }
         Secondary
         {
            Axis "y"
            RelativeVelocity { Target "Sol" }
         }
      }
   }

   FixedPosition [ 1496553.588 0.0 0 ]
}



you need to know his spatial position (x,y,z) if it is stable.


:hi:


Return to “Help Central”