Yet more new minor moons of Jupiter discovered

General discussion about Celestia that doesn't fit into other forums.
Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 11 months
Location: People's Republic Of Cork, Ireland

Yet more new minor moons of Jupiter discovered

Post #1by JackHiggins » 05.04.2003, 19:40

ANOTHER 6 minor moons of Jupiter have been discovered, bringing the total to a whopping 58.

If anyone's interested, heres the ssc

Code: Select all

"2003 J13" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 7.429511053871289E+02
   SemiMajorAxis 2.364682787221039E+07
   Eccentricity 4.318103432838934E-01
   Inclination 1.409288433917555E+02
   MeanAnomaly 2.777485188411281E+02
   AscendingNode 2.622271368761570E+02
   ArgOfPericenter 2.121672098494792E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J14" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 7.617009584873647E+02
   SemiMajorAxis 2.404302286054880E+07
   Eccentricity 3.070104803785212E-01
   Inclination 1.369347178104849E+02
   MeanAnomaly 2.258082365737914E+02
   AscendingNode 3.421339003964941E+02
   ArgOfPericenter 1.270623794781226E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J15" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 6.787894436710890E+02
   SemiMajorAxis 2.226500452663757E+07
   Eccentricity 1.198492979173238E-01
   Inclination 1.414790310302285E+02
   MeanAnomaly 2.631463935734108E+02
   AscendingNode 2.467227246506401E+02
   ArgOfPericenter 3.513284188973878E+01
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J16" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 5.979062157248383E+02
   SemiMajorAxis 2.045917482820207E+07
   Eccentricity 2.421236370208018E-01
   Inclination 1.470235177216385E+02
   MeanAnomaly 2.016691308018296E+02
   AscendingNode 2.115013710284768E+01
   ArgOfPericenter 7.666607430818684E+01
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J17" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 7.090783428109529E+02
   SemiMajorAxis 2.292251234715755E+07
   Eccentricity 1.949630850458541E-01
   Inclination 1.618895798815060E+02
   MeanAnomaly 3.178762105655030E+02
   AscendingNode 3.121462307127069E+02
   ArgOfPericenter 3.469525019831266E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J18" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 5.121169523881188E+02
   SemiMajorAxis 1.845208739360111E+07
   Eccentricity 2.317147031434717E-01
   Inclination 1.470443065379551E+02
   MeanAnomaly 1.771566083747166E+02
   AscendingNode 1.871517930743546E+02
   ArgOfPericenter 1.238335221559070E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}


And, this time the elements are actually accurate (body centred), thanks to Grant's advice from the last time!

Have fun... :wink:
- Jack Higgins
Jack's Celestia Add-ons
And visit my Celestia Gallery too!

billybob884
Posts: 986
Joined: 16.08.2002
With us: 22 years 3 months
Location: USA, East Coast

Post #2by billybob884 » 05.04.2003, 20:53

oh boy! theres probably still hundreds more to find
Mike M.

TacoTopia!

Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 11 months
Location: People's Republic Of Cork, Ireland

Post #3by JackHiggins » 05.04.2003, 22:22

One of the discoverers of the newest batch of moons said in an interview he thinks there could be up to a hundred moons larger that 1km radius, and thousands more pebbles out there!!

If celestia had a seperate class "minormoons" that you could turn on & off the orbits for seperately it would be handy...!!

I've fixed my tinymoons.zip file, it now has proper body-centred elements for ALL moons known in the solar system, and you can get it at my website http://homepage.eircom.net/~jackhiggins/celestia/
Some moons may overlap with ones in the most recent version of minormoons.ssc
- Jack Higgins

Jack's Celestia Add-ons

And visit my Celestia Gallery too!

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years

Post #4by granthutchison » 05.04.2003, 23:20

Jack:
Sorry, I maybe didn't explain things very well last time. :(
There are two different problems, one with the ascending node and one with the inclination. Getting body-centred data from Horizons only fixes the inclination. You've still got to adjust the Horizons ascending node from Earth-equatorial to the ecliptic coordinates used by Celestia, by doing the little sum I mentioned last time.
For Jupiter, you need to subtract 40.863031 from the ascending nodes provided by Horizons.

Grant

Sum0
Posts: 273
Joined: 10.03.2002
With us: 22 years 9 months
Location: Norwich, UK

Post #5by Sum0 » 05.04.2003, 23:21

One of the discoverers of the newest batch of moons said in an interview he thinks there could be up to a hundred moons larger that 1km radius, and thousands more pebbles out there!!


Right now we're not sure about the boundaries between gas giants and stars and planets and asteroids. Imagine the confusion if we find out there's no line between ring fragments and the tiniest moons... :D
"I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."

Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 11 months
Location: People's Republic Of Cork, Ireland

Post #6by JackHiggins » 06.04.2003, 13:49

Grant-

Oops... :oops: I knew i should have asked you were these elements right before putting them up... Thanks for the correction i'll be more careful next time!!! (Or maybe i'll just check with you first...)
- Jack Higgins

Jack's Celestia Add-ons

And visit my Celestia Gallery too!

Topic author
JackHiggins
Posts: 1034
Joined: 16.12.2002
With us: 21 years 11 months
Location: People's Republic Of Cork, Ireland

Post #7by JackHiggins » 06.04.2003, 14:00

All right, NOW they're correct :D

Code: Select all

"2003 J13" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 7.429511053871289E+02
   SemiMajorAxis 2.364682787221039E+07
   Eccentricity 4.318103432838934E-01
   Inclination 1.409288433917555E+02
   MeanAnomaly 2.777485188411281E+02
   AscendingNode 221.364105876157
   ArgOfPericenter 2.121672098494792E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J14" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 7.617009584873647E+02
   SemiMajorAxis 2.404302286054880E+07
   Eccentricity 3.070104803785212E-01
   Inclination 1.369347178104849E+02
   MeanAnomaly 2.258082365737914E+02
   AscendingNode 301.2708693964941
   ArgOfPericenter 1.270623794781226E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J15" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 6.787894436710890E+02
   SemiMajorAxis 2.226500452663757E+07
   Eccentricity 1.198492979173238E-01
   Inclination 1.414790310302285E+02
   MeanAnomaly 2.631463935734108E+02
   AscendingNode 205.8596936506401
   ArgOfPericenter 3.513284188973878E+01
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J16" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 5.979062157248383E+02
   SemiMajorAxis 2.045917482820207E+07
   Eccentricity 2.421236370208018E-01
   Inclination 1.470235177216385E+02
   MeanAnomaly 2.016691308018296E+02
   AscendingNode -19.71289389715232
   ArgOfPericenter 7.666607430818684E+01
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J17" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 7.090783428109529E+02
   SemiMajorAxis 2.292251234715755E+07
   Eccentricity 1.949630850458541E-01
   Inclination 1.618895798815060E+02
   MeanAnomaly 3.178762105655030E+02
   AscendingNode 271.2831997127069
   ArgOfPericenter 3.469525019831266E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}

"2003 J18" "Sol/Jupiter"
{
   Class "moon"
   Texture "asteroid.jpg"
   Mesh "asteroid.cms"
   Radius 0.5

   EllipticalOrbit
   {
   Epoch 2452645.000000000
   Period 5.121169523881188E+02
   SemiMajorAxis 1.845208739360111E+07
   Eccentricity 2.317147031434717E-01
   Inclination 1.470443065379551E+02
   MeanAnomaly 1.771566083747166E+02
   AscendingNode 146.2887620743546
   ArgOfPericenter 1.238335221559070E+02
   }

   RotationPeriod 10.0
   Albedo 0.04
}


I know what to do in future now...
- Jack Higgins

Jack's Celestia Add-ons

And visit my Celestia Gallery too!


Return to “Celestia Users”