Dwarf planets corrections

+ texture and oblateness of Ceres
pull/3/head
Askaniy 2019-09-04 19:35:25 +03:00 committed by Hleb Valoshka
parent c0cc66e77d
commit 31cc7363da
6 changed files with 23 additions and 1408 deletions

View File

@ -43,6 +43,7 @@ Configuration
SolarSystemCatalogs [ "data/solarsys.ssc"
"data/asteroids.ssc"
"data/comets.ssc"
"data/dwarfplanets.ssc"
"data/outersys.ssc"
"data/minormoons.ssc"
"data/numberedmoons.ssc"

View File

@ -21,6 +21,7 @@ set(DATA_SOURCES
stars.txt
asteroids.ssc
comets.ssc
dwarfplanets.ssc
earth_locs.ssc
eros_locs.ssc
galaxies.dsc

View File

@ -7,72 +7,29 @@
{
Class "dwarfplanet"
# NormalMap "ceres-normal.*"
Texture "ceres.*"
Texture "asteroid.*"
Radius 482.6
Oblateness 0.07475
OrbitColor [ 0.556863 0.235294 0.576471 ]
Timeline
[
{
Ending 2457087.5 # 2015 Mar 06
EllipticalOrbit
{
Epoch 2457087.5 # 2015 Mar 06
Period 4.60448985029235
SemiMajorAxis 2.767677895200867
Eccentricity 0.07582355092759185
Inclination 10.59298976951364
AscendingNode 80.3290197643724
ArgOfPericenter 72.57244779564185
MeanAnomaly 114.560076126873
}
UniformRotation
{
Period 9.074170
Epoch 2449249.91125 # 1993 Sept 19 09:52:12
Inclination 11
AscendingNode 29
MeridianAngle 339.85
}
}
{
Ending 2458423.5 # 2018 Nov 01
SampledTrajectory
{
Source "Ceres-Dawn.xyzv"
DoublePrecision true
Interpolation "cubic"
}
UniformRotation
{
Period 9.074170
Epoch 2449249.91125 # 1993 Sept 19 09:52:12
Inclination 11
AscendingNode 29
MeridianAngle 339.85
}
}
{
EllipticalOrbit
{
Epoch 2458423.5 # 2018 Nov 01
Period 4.60401747781265
SemiMajorAxis 2.7674886021025
Eccentricity 0.07564579725783116
Inclination 10.59365304837129
AscendingNode 80.30765909009021
ArgOfPericenter 73.24257694493157
MeanAnomaly 39.86376095818883
}
UniformRotation
{
Period 9.074170
Epoch 2449249.91125 # 1993 Sept 19 09:52:12
Inclination 11
AscendingNode 29
MeridianAngle 339.85
}
}
]
EllipticalOrbit
{
Epoch 2458423.5 # 2018 Nov 01
Period 4.60401747781265
SemiMajorAxis 2.7674886021025
Eccentricity 0.07564579725783116
Inclination 10.59365304837129
AscendingNode 80.30765909009021
ArgOfPericenter 73.24257694493157
MeanAnomaly 39.86376095818883
}
UniformRotation
{
Period 9.074170
Epoch 2449249.91125 # 1993 Sept 19 09:52:12
Inclination 11
AscendingNode 29
MeridianAngle 339.85
}
GeomAlbedo 0.09
InfoURL "https://en.wikipedia.org/wiki/Ceres_(dwarf_planet)"
}

View File

@ -3,4 +3,3 @@ add_subdirectory(galileo)
add_subdirectory(hubble)
add_subdirectory(iss)
add_subdirectory(mir)
add_subdirectory(dwarf-planets)

View File

@ -1,6 +0,0 @@
set(GALILEO_SOURCES
dwarfplanets.ssc
data/Ceres-Dawn.xyzv
)
install_to_extras_subdir("${DATADIR}" dwarf-planets ${GALILEO_SOURCES})

File diff suppressed because it is too large Load Diff