G ring Arc moon found at Saturn

General physics and astronomy discussions not directly related to Celestia
Topic author
volcanopele
Posts: 103
Joined: 05.02.2007
With us: 17 years 11 months

G ring Arc moon found at Saturn

Post #1by volcanopele » 03.03.2009, 20:28

Today, the discovery of a 500-meter wide moonlet within an arc of material in Saturn's G Ring was announced by the Cassini Imaging Team:

http://ciclops.org/view/5493/Tiny_Moonl ... G_Ring_Arc

For those who want this moon in Celestia, this code works reasonably well (not perfectly, but given the available orbital elements from the IAUC and from known observations and a future encounter):

Code: Select all

"2008S1" "Sol/Saturn"
{
   Class "moon"
   Texture       "asteroid.jpg"
   Radius      0.25
   
   EllipticalOrbit
   {
      Epoch       2454861.5
      Period      0.80812
      SemiMajorAxis   167500
      Eccentricity   0.0002
      Inclination      0.001   #
      AscendingNode   0   #
      ArgOfPericenter   0   # J2000.0
      MeanAnomaly        106   #
   }
   
   UniformRotation
   {
      Inclination        0.0
      MeridianAngle      296.8
   }
}
Hands off: C55AFB738D58F4B81D3A4722551D25E1
The Gish Bar Times - A Blog all about Jupiter's Moon Io

Avatar
Chuft-Captain
Posts: 1779
Joined: 18.12.2005
With us: 19 years 1 month

Re: G ring Arc moon found at Saturn

Post #2by Chuft-Captain » 03.03.2009, 22:53

I've added this to poormoons.ssc as "2008 S 1".
poormoons.zip

I'll PM granthutchison to update the official copy (as poormoons.ssc is his baby :) ).
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)

CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS

Topic author
volcanopele
Posts: 103
Joined: 05.02.2007
With us: 17 years 11 months

Re: G ring Arc moon found at Saturn

Post #3by volcanopele » 03.03.2009, 23:09

Here is a better version:

Code: Select all

"2008S1" "Sol/Saturn"
{
   Class "moon"
   Texture       "asteroid.jpg"
   Radius      0.25
   
   EllipticalOrbit
   {
      Epoch       2454861.5
      Period      0.808126
      SemiMajorAxis   167495.6
      Eccentricity   0.0002
      Inclination      0.001   #
      AscendingNode   0   #
      ArgOfPericenter   0   # J2000.0
      MeanAnomaly        106   #
   }
   
   UniformRotation
   {
      Inclination        0.0
      MeridianAngle      296.8
   }
}
Hands off: C55AFB738D58F4B81D3A4722551D25E1
The Gish Bar Times - A Blog all about Jupiter's Moon Io

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

Re: G ring Arc moon found at Saturn

Post #4by granthutchison » 03.03.2009, 23:22

Chuft-Captain wrote:I've added this to poormoons.ssc as "2008 S 1".
poormoons.zip

I'll PM granthutchison to update the official copy (as poormoons.ssc is his baby :) ).
I sent Selden my own version based on the contents of IAUC #9023, about forty minutes ago as I type this. So it'll appear in due course.

Grant

Topic author
volcanopele
Posts: 103
Joined: 05.02.2007
With us: 17 years 11 months

Re: G ring Arc moon found at Saturn

Post #5by volcanopele » 03.03.2009, 23:32

Cool, you are free to use the epoch and mean anomaly from my first solution above (which use purely the orbital elements from the IAUC, the second is an improvement based on Hedman et al. 2007 on the G ring arc).
Hands off: C55AFB738D58F4B81D3A4722551D25E1
The Gish Bar Times - A Blog all about Jupiter's Moon Io


Return to “Physics and Astronomy”