2010 AL30
Posted: 12.01.2010, 23:51
I made an addon for Celestia for simulating the small asteroid that will pass Earth on 15 January within 130,000 km.
Code: Select all
"2010 AL30" "Sol"
{
Class "asteroid"
Texture "asteroid.jpg"
Radius 0.015 # 15 meters
Albedo 0.16 # guess
EllipticalOrbit {
Epoch 2455211.5 # 2010-Jan-15
Period 1.06941675378807
SemiMajorAxis 1.04575830533092
Eccentricity 0.308089765667921
Inclination 3.82610306549537
AscendingNode 113.022732591221
ArgOfPericenter 97.0509323258832
MeanAnomaly 299.787857194245
}
# fictional rotation
UniformRotation {
Period 5.270
Inclination 78.70
AscendingNode 107.23
MeridianAngle 338.165
}
}