38628 Huya (2000 EB173)

Post requests, images, descriptions and reports about work in progress here.
Topic author
ravandenhout
Posts: 2
Joined: 15.01.2009
With us: 16 years 2 months

38628 Huya (2000 EB173)

Post #1by ravandenhout » 27.05.2009, 20:36

Could anyone please help me?

I've made a first attempt of making a new object in Celestia and I'm not sure if all the information in the SSC file is correct.
It's the asteroid Huya...... Here's the scc file

"38628 Huya:Huya:2000 EB173" "Sol" {

Class "asteroid"
Texture "asteroid.jpg"
Radius 260

EllipticalOrbit {
Epoch 2454100.5
Period 42.956
SemiMajorAxis 39.762
Eccentricity 0.282
Inclination 15.463
AscendingNode 169.296
ArgOfPericenter 67.637
MeanAnomaly 348.506
}

Albedo 0.05

UniformRotation
{
Period 10 # (??????????????????)
}
}

Thus anyone with knowledge of programming orbits........ teach me please?

Richard

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 7 months
Location: NY, USA

Re: 38628 Huya (2000 EB173)

Post #2by selden » 27.05.2009, 21:29

Richard,

Your SSC catalog looks reasonable to me.

I don't know what format the original orbital parameters were in, but maybe the information on the Web page http://www.lepp.cornell.edu/~seb/celest ... meris.html will help a little.
Selden

Topic author
ravandenhout
Posts: 2
Joined: 15.01.2009
With us: 16 years 2 months

Re: 38628 Huya (2000 EB173)

Post #3by ravandenhout » 28.05.2009, 15:45

Selden,
Thank you very much for pointing me at the hyperlink you mentioned.

Richard

Avatar
Chuft-Captain
Posts: 1779
Joined: 18.12.2005
With us: 19 years 3 months

Re: 38628 Huya (2000 EB173)

Post #4by Chuft-Captain » 28.05.2009, 16:39

Also, when posting code Richard, it's a good idea to enclose it inside a CODE block.
-- Click on the CODE button at the top, then cut/paste the code from the SSC inbetween the tags.
This allows it to retain it's format and makes it easier for people to help you.

Like so:

Code: Select all

"38628 Huya:Huya:2000 EB173" "Sol"
{
   Class "asteroid"
   Texture "asteroid.jpg"
   Radius 260

   EllipticalOrbit
   {
      Epoch 2454100.5
      Period 42.956
      SemiMajorAxis 39.762
      Eccentricity 0.282
      Inclination 15.463
      AscendingNode 169.296
      ArgOfPericenter 67.637
      MeanAnomaly 348.506
   }

   Albedo 0.05

   UniformRotation
   {
      Period 10 # (??????????????????)
   }
}
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)

CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS


Return to “Add-on development”