asteroid 2002 NT7

General discussion about Celestia that doesn't fit into other forums.
Topic author
postdan

asteroid 2002 NT7

Post #1by postdan » 25.07.2002, 06:30

How can we see this asteroid in Celestia? I guess it was not included. Will it be?

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

Post #2by Sum0 » 25.07.2002, 09:03

Code shamlessly stolen from ba22a (thanks!)

Code: Select all

"2002 NT7" "Sol"
{
   Class "asteroid"
   Mesh "asteroid.cms"
   Texture "asteroid.jpg"
   Radius 2.030

   EllipticalOrbit
   {
   Period 2.294964383 # 837.662 days
   SemiMajorAxis     1.739075636
   Eccentricity      0.530324939
   Inclination       42.3763219
   AscendingNode   132.1763308
   ArgOfPericenter  300.5607952
      MeanAnomaly     185.4742935
   Epoch           2452200.5
   }
    RotationPeriod   30.0
    Albedo            0.1
}


You know the routine - save it as a .ssc file in your extras directory.
Doesn't get too close to Earth, but quite near...
"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."

ba22a

I posted the parameters yesterday...

Post #3by ba22a » 25.07.2002, 09:07

I posted the parameters here yesterday, see the thread about the 'asteroid colliding with earth'. For fun last night I messed with the parameters a bit and got it to within 3000km... but those arent physical so I won't post them (the current position of the asteroid according to these figures and the position of the fake were too different)

I also found a nice list of the oribital elements of 1,942 near-earth objects, including 2002 nt7, which I converted to .ssc format. No sizes so they're all 1km blobs, and not interesting on their own, but its a bit of a shocker watching earth drifting along nonchalantly then turning on the asteroid labels...

Guest

Post #4by Guest » 25.07.2002, 21:54

ba22a, Out of interest where is that list

ba22a
Posts: 2
Joined: 25.07.2002
With us: 22 years 2 months
Location: third star on the left

NEO Orbital elements list

Post #5by ba22a » 26.07.2002, 13:02

http://neo.jpl.nasa.gov/cgi-bin/neo_elem

See also:
http://cfa-www.harvard.edu/iau/mpc.html

for a MUCH bigger list (167,000 objects!), including asteroids. To do a decent job of converting these for celestia, you want sizes and albedos as well. This link:

http://www.bitnik.com/mp/archive/Formula.html

gives three values for spectral slope G and corresponding average albedos; you can interpolate these to estimate albedo from G, the page then has a formula for the diameter of the object in terms of the albedo and H. H and G are given in the tables above.

Guest

Post #6by Guest » 28.07.2002, 22:36

Thank you

timmy

nt7 radius

Post #7by timmy » 31.07.2002, 17:56

the radius is 1000 meters, not 2.

and here is somw more accurate code:

Code: Select all

"2002 NT7" "Sol"
{
   Class "asteroid"
   Mesh "asteroid.cms"
   Texture "asteroid.jpg"
   Radius 1000

   EllipticalOrbit
   {
   Period            2.29006 # 837.006 days
   SemiMajorAxis     1.737371050648156
   Eccentricity      0.5298591345915969
   Inclination       42.35242940965551
   AscendingNode   132.1668482301468
   ArgOfPericenter  300.6108078384685
        MeanAnomaly     -57.32033640196821
   Epoch       2452473.5
   }

   RotationPeriod   18.0
   Albedo            0.1
}


NecroBones
Posts: 9
Joined: 07.08.2002
With us: 22 years 1 month
Location: VA
Contact:

Post #8by NecroBones » 08.08.2002, 04:42

Assuming this last bit of code is actually accurate, the best "near miss" I've found was January 30, 2035. It comes within 5 million km. That's reasonably distant, yet close enough to use 10x binoculars to see the earth from the asteroid, and possibly make out a continent or two.. I think. :)

-Bones.
-Bones - http://www.necrobones.com/
111111111^2 = 12345678987654321


Return to “Celestia Users”