Inclination for a barycenter ?

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
jujuapapa
Banned
Posts: 344
Joined: 24.06.2018
With us: 6 years 4 months
Location: Western E.U.

Inclination for a barycenter ?

Post #1by jujuapapa » 15.12.2019, 08:41

Hi guys,

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.

help_forum.jpg

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.
Soft: Celestia 1.6.2
PC : Intel Core i9-9900K (4 GHz) , Chipset Z390 Exp, RAM 32 Go DDR4 3000 Mhz, SSD M.2 512 Go + HDD 3 To, MSI GeForce RTX 2080 8Go - W10 64b

I lost my old user, so with us: since more 12 years
=> It is by doubting everything that everybody approaches the truth !

Avatar
Fafers_br
Posts: 25
Joined: 01.12.2018
Age: 50
With us: 5 years 11 months
Location: Belo Horizonte - Brazil

Post #2by Fafers_br » 15.12.2019, 15:52

Hi jujuapapa.

I think what you want is basically a system inclined 90º relative to the plane-of-sky. I recommend you use Grant Hutchison's starorbs spreadsheet for Celestia.

Here's the code using your data in Grant Hutchison's spreadsheet, supposing that the AscendingNode you provided is relative to the plane-of-sky:

Code: Select all

Barycenter "Star_A"
{
      RA  180.0000
   Dec 20.0000
        Distance 200.0
        #Inclination -20.0000
}

#
# Star B
#

"Star B"
{
    OrbitBarycenter "Star_A"

   SpectralType "G1V"
   AbsMag 4.67

   EllipticalOrbit {      
     Period  1000      
     SemiMajorAxis  100
     Eccentricity  0.01      
     Inclination  79.144 #90 (plane-of-sky)   
     AscendingNode  355.396 # 193.326      
     ArgOfPericenter  71.366 #180      
     MeanAnomaly  125      
   }      

}

"Star A"
{
    OrbitBarycenter "Star_A"
    SpectralType "K2III"
    AbsMag 0.98

   EllipticalOrbit {      
     Period  1000      
     SemiMajorAxis  100      
     Eccentricity  0.01      
     Inclination  79.144 #90      
     AscendingNode  355.396 # 193.326      
     ArgOfPericenter  251.366 #0      
     MeanAnomaly  125      
   }      
}


They will be aligned in 2405 Dec 20 (transit of Star B).
Please forgive me if I understood your question incorrectly.

Avatar
Topic author
jujuapapa
Banned
Posts: 344
Joined: 24.06.2018
With us: 6 years 4 months
Location: Western E.U.

Post #3by jujuapapa » 16.12.2019, 05:57

@Fafers_br : thank you for your answer but... picture is better than words :
It's the result of your stc's file.
help_forum2.jpg


and I would like that :
help_forum2b.jpg

coming from the sun, we should not see the star B behind the star A... (picture made with celestia and paint). :wink:
=> The orbit that we see is the Star_A_planet_Ab's orbit.

I hope my explanation is clearer.
Soft: Celestia 1.6.2
PC : Intel Core i9-9900K (4 GHz) , Chipset Z390 Exp, RAM 32 Go DDR4 3000 Mhz, SSD M.2 512 Go + HDD 3 To, MSI GeForce RTX 2080 8Go - W10 64b

I lost my old user, so with us: since more 12 years
=> It is by doubting everything that everybody approaches the truth !

Avatar
Fafers_br
Posts: 25
Joined: 01.12.2018
Age: 50
With us: 5 years 11 months
Location: Belo Horizonte - Brazil

Post #4by Fafers_br » 16.12.2019, 16:36

Hi Jujuapapa.

This is strange. In my Celestia the code I sent resulted in the figure bellow when viewing from the Sun:

celestia_Inclination for a barycenter.jpg


The orbits are aligned and it's an eclipsing system. Of course, you'd have to change the orbital parameters of the rest of the system to match the orbits of the stars, if desired.

Is it not an eclipsing system that you want? If not, I'm affraid I did not understand your question. :sad:

Avatar
Topic author
jujuapapa
Banned
Posts: 344
Joined: 24.06.2018
With us: 6 years 4 months
Location: Western E.U.

Post #5by jujuapapa » 17.12.2019, 06:39

Tx again Fafers_br, you're right ! :wink:

My request relates only to the final visual, namely the star B must be hidden behind the star A when we come from our sun.

help_forum3.jpg

What parameters in stc file should be changed to have this screen?
Soft: Celestia 1.6.2
PC : Intel Core i9-9900K (4 GHz) , Chipset Z390 Exp, RAM 32 Go DDR4 3000 Mhz, SSD M.2 512 Go + HDD 3 To, MSI GeForce RTX 2080 8Go - W10 64b

I lost my old user, so with us: since more 12 years
=> It is by doubting everything that everybody approaches the truth !

Avatar
Fafers_br
Posts: 25
Joined: 01.12.2018
Age: 50
With us: 5 years 11 months
Location: Belo Horizonte - Brazil

Post #6by Fafers_br » 17.12.2019, 15:16

Hi Jujuapapa!

Try this:

Code: Select all

Barycenter "Star_A"
{
      RA  180.0000
   Dec 20.0000
        Distance 200.0
        #Inclination -20.0000
}

#
# Star B
#

"Star B"
{
    OrbitBarycenter "Star_A"

   SpectralType "G1V"
   AbsMag 4.67

EllipticalOrbit {
  Period  1000
  SemiMajorAxis  100
  Eccentricity  0.01
  Inclination  18.288 #90 (plane-of-sky)
  AscendingNode  81.761
  ArgOfPericenter  0
  MeanAnomaly  88.854
  Epoch  2458835 # 17 dec 2019 12:00:00 UTC
}

}

"Star A"
{
    OrbitBarycenter "Star_A"
    SpectralType "K2III"
    AbsMag 0.98

EllipticalOrbit {
  Period  1000
  SemiMajorAxis  100
  Eccentricity  0.01
  Inclination  18.288 #90
  AscendingNode  81.761
  ArgOfPericenter  180
  MeanAnomaly  88.854
  Epoch  2458835
}

}


Hope now it's what you wanted.
Best regards.

Avatar
Topic author
jujuapapa
Banned
Posts: 344
Joined: 24.06.2018
With us: 6 years 4 months
Location: Western E.U.

Post #7by jujuapapa » 18.12.2019, 06:35

YES ! :smile:
It works fine... :clap: Thank you Fafers_br.

To end this subject, can you tell me what are the rules for another coordinates ?
Here or by pm.
Soft: Celestia 1.6.2
PC : Intel Core i9-9900K (4 GHz) , Chipset Z390 Exp, RAM 32 Go DDR4 3000 Mhz, SSD M.2 512 Go + HDD 3 To, MSI GeForce RTX 2080 8Go - W10 64b

I lost my old user, so with us: since more 12 years
=> It is by doubting everything that everybody approaches the truth !


Return to “Help Central”