Page 1 of 1

[Cassini-Huygens]Again new tiny moons

Posted: 17.08.2004, 19:42
by Jeam Tag
Hello,
I've just seen this
http://www.esa.int/SPECIALS/Cassini-Huygens/SEMN7LW4QWD_0.html2 new bodies between Mimas & Encelade.
Jeam

Posted: 18.08.2004, 06:26
by Brendan
I made preprimary Celestia entites for those moons using this page.
http://www.ifa.hawaii.edu/~sheppard/satellites/satsatdata.html


Code: Select all

"2004S1" "Sol/Saturn"
{
   Texture   "Asteroid-Dark.jpg"
   Mesh      "asteroid.cms"
   Radius   1.5

   EllipticalOrbit
   {
   Period      1.01
   SemiMajorAxis   194000
   Eccentricity   0.000
   Inclination      0.000      #
   AscendingNode   000.0      #
   ArgOfPericenter   00.0      # J2000.0
   MeanAnomaly        000.0       #
   }

   Albedo 0.7
}

"2004S2" "Sol/Saturn"
{
   Texture   "Asteroid-Dark.jpg"
   Mesh      "asteroid.cms"
   Radius   2

   EllipticalOrbit
   {
   Period      1.14
   SemiMajorAxis   211000
   Eccentricity   0.000
   Inclination      0.000      #
   AscendingNode   000.0      #
   ArgOfPericenter   00.0      # J2000.0
   MeanAnomaly        000.0       #
   }

   Albedo 0.7
}


I made their albedos 0.7 to be in between the 0.5 of Mimas and the 0.99 of Enceladus and used half of the given sizes as their radii. Lots of the elements are still 0, including the mean anomaly so they're likely to not be in the right locations in their orbits.

Brendan

Posted: 10.09.2004, 13:59
by symaski62

Code: Select all

"2004S3" "Sol/Saturn"
{
   Texture   "Asteroid-Dark.jpg"
   Mesh      "asteroid.cms"
   Radius   2.25

   EllipticalOrbit
   {
   Period      0.7618
   SemiMajorAxis   141000
   Eccentricity   0.000
   Inclination      0.000      #
   AscendingNode   000.0      #
   ArgOfPericenter   00.0      # J2000.0
   MeanAnomaly        000.0       #
   }

   Albedo 0.7
}


2004S3 NEW
http://www.jpl.nasa.gov/news/news.cfm?release=2004-222

Posted: 10.09.2004, 15:31
by Brendan
Oh, I forget to change Asteroid-Dark to Asteroid to fit the 0.7 albedo I used.

Posted: 10.09.2004, 16:33
by Jeam Tag
Brendan wrote:Oh, I forget to change Asteroid-Dark to Asteroid to fit the 0.7 albedo I used.
Hello folks, may I suggest my maneer to add items in the 'numbered moons.ssc' file:
# Numbered moons of Saturn
"2004S1" "Sol/Saturn" # Between Mimas and Enceladus / Cassini-Huygens probe 2004
{
Texture "asteroid.jpg" # Default's Asteroid Texture
# Texture "Asteroid-Dark.jpg"
Mesh "asteroid.cms"
Radius 1.5

EllipticalOrbit
{
Period 1.01
SemiMajorAxis 194000
Eccentricity 0.000
Inclination 0.000 #
AscendingNode 000.0 #
ArgOfPericenter 00.0 # J2000.0
MeanAnomaly 000.0 #
}

Albedo 0.7
}

"2004S2" "Sol/Saturn" # Between Mimas and Enceladus / Cassini-Huygens probe 2004
{
Texture "asteroid.jpg" # Default's Asteroid Texture
# Texture "Asteroid-Dark.jpg"
Mesh "asteroid.cms"
Radius 2

EllipticalOrbit
{
Period 1.14
SemiMajorAxis 211000
Eccentricity 0.000
Inclination 0.000 #
AscendingNode 000.0 #
ArgOfPericenter 00.0 # J2000.0
MeanAnomaly 000.0 #
}

Albedo 0.7
}

"2004S3" "Sol/Saturn" # Cassini-Huygens probe 2004
{
Texture "asteroid.jpg" # Default's Asteroid Texture
# Texture "Asteroid-Dark.jpg"
Mesh "asteroid.cms"
Radius 2.25
InfoURL "http://www.jpl.nasa.gov/news/news.cfm?release=2004-222"

EllipticalOrbit
{
Period 0.7618
SemiMajorAxis 141000
Eccentricity 0.000
Inclination 0.000 #
AscendingNode 000.0 #
ArgOfPericenter 00.0 # J2000.0
MeanAnomaly 000.0 #
}

Albedo 0.7
}
with firstly (Brendan), default's Celestia refs -plus desactivated suggestion for other mesh or texture- and, secondly (Symasky), InfoURL line to link infos about these objects? Thanks for these preliminary installations, Jeam

Posted: 10.09.2004, 19:17
by symaski62

Posted: 11.09.2004, 07:34
by Jeam Tag
symaski62 wrote:http://perso.wanadoo.fr/pgj/index.htm (fran?ais)

8)
Oui, la d?p?che en fran?ais, plus sp?cialement page suivante. Je voulais surtout proposer d'inclure le lien (celui d?j? cit? par exemple) dans le fichier .ssc sous la forme d'une ligne InfoURL. Cela permet d'acceder ? la page en cliquant 'info' sur l'objet lorsque Celestia tourne.
Yes, and more especially the following page for the annoucemnt in french. But I maint: to add the link in a InfoURL line in the ssc file (see my example with the first link you're provided) to access the page directly from Celestia by 'info' click on the object. Jeam