Pluto-Charon barycentric system

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years

Pluto-Charon barycentric system

Post #1by granthutchison » 31.03.2003, 15:01

Here's the final definition for Pluto and Charon in mutual orbit around their barycentre - slight changes from my original back-of-the-envelope effort, but nothing dramatic.
You'll need to download my empty.3ds invisible object for the barycentre itself. It's on Selden's website at http://www.lns.cornell.edu/~seb/celestia/hutchison/empty.3ds, and comes in at a massive 1K (when did Rass' or Fridger ever offer you anything useful that didn't take all night to download, eh? :wink:).

Code: Select all

"Pluto-Charon" "Sol"
{
   Mesh "empty.3ds"
   Color [ 0 0 0 ]
   Radius 1500

   CustomOrbit "pluto"
   EllipticalOrbit
   {
   Period            248.54
   SemiMajorAxis     39.48168677
   Eccentricity       0.24880766
   Inclination       17.14175
   AscendingNode    110.30347
   LongOfPericenter 224.06776
   MeanLongitude    238.92881
   }

   Albedo 1.0
}

"Pluto" "Sol/Pluto-Charon"
{
   Texture "pluto.jpg"
   BumpMap "plutobump1k.jpg"
   BumpHeight 2.5
   Radius 1137

   EllipticalOrbit
   {
   Period           6.387246
   SemiMajorAxis    1499
   Eccentricity     0.0002
   Inclination      115.602
   AscendingNode    228.328
   ArgOfPericenter  47.314
   MeanAnomaly      93.440
   }

   Obliquity               115.6
   EquatorAscendingNode    228.3
   RotationOffset          320.8
   
   Albedo            0.55
}

"Charon" "Sol/Pluto-Charon"
{
   Texture "charon.jpg"
   Radius   586

   InfoURL "http://www.nineplanets.org/pluto.html#Charon"

   EllipticalOrbit
   {
   Period          6.387246
   SemiMajorAxis   17906
   Eccentricity    0.0002
   Inclination     115.602
   AscendingNode   228.328
   ArgOfPericenter 227.314
   MeanAnomaly     93.440
   }

   Obliquity               115.9
   EquatorAscendingNode    227.3
   RotationOffset          140.4
   
   Albedo         0.35
}

Grant

PS: I've now re-edited the code above to remove the RotationPeriod definitions, which are unnecessary - Pluto and Charon remain synched on the barycentre once they're set up correctly.
Last edited by granthutchison on 31.03.2003, 15:40, edited 1 time in total.

Rassilon
Posts: 1887
Joined: 29.01.2002
With us: 22 years 9 months
Location: Altair

Post #2by Rassilon » 31.03.2003, 15:23

Hey now :mrgreen: Anyways cheers on that grant...Nice modding work ;)
I'm trying to teach the cavemen how to play scrabble, its uphill work. The only word they know is Uhh and they dont know how to spell it!

ANDREA
Posts: 1543
Joined: 01.06.2002
With us: 22 years 5 months
Location: Rome, ITALY

Pluto-Charon barycentric system

Post #3by ANDREA » 31.03.2003, 22:16

granthutchison wrote:Here's the final definition for Pluto and Charon in mutual orbit around their barycentre - slight changes from my original back-of-the-envelope effort, but nothing dramatic.


Truly amazing and instructive, thank you Grant, well done.

Andrea
"Something is always better than nothing!"
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO


Return to “Development”