From 972267d69f5f96dc857c913f235ad3625dc9d452 Mon Sep 17 00:00:00 2001 From: SevenSpheres <56284207+SevenSpheres@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:58:35 -0700 Subject: [PATCH] Remove duplicate moons --- data/numberedmoons.ssc | 66 ------------------------------------------ 1 file changed, 66 deletions(-) diff --git a/data/numberedmoons.ssc b/data/numberedmoons.ssc index 982857b1..58053bd4 100644 --- a/data/numberedmoons.ssc +++ b/data/numberedmoons.ssc @@ -2147,69 +2147,3 @@ Albedo 0.155 } - -# Additional moons of Pluto -# "Orbits and photometry of Pluto's satellites: Charon, S/2005 P1 -# and S/2005 P2" Buie et al. -# http://arxiv.org/abs/astro-ph/0512491 -# "Masses of Nix and Hydra" Tholen et al. -# http://arxiv.org/ftp/arxiv/papers/0712/0712.1261.pdf - -"Hydra:Pluto III:134340 Pluto III:2005 P 1" "Sol/Pluto" -{ - Class "minormoon" - Texture "asteroid.jpg" # "spectrally neutral" - Mesh "asteroid.cms" - Radius 36 - - InfoURL "http://www.boulder.swri.edu/plutonews/" - - OrbitFrame { - EquatorJ2000 { Center "Sol/Pluto-Charon" } - } - - EllipticalOrbit - { - Epoch 2452600.5 # 2002 Nov 22 - Period 38.734 # mean - SemiMajorAxis 65082 # mean - Eccentricity 0.00870 # mean - Inclination 96.362 - AscendingNode 223.077 - ArgOfPericenter 45.4 - MeanLongitude 322.4 - } - - Albedo 0.18 -} - -"Nix:Pluto II:134340 Pluto II:2005 P 2" "Sol/Pluto" -{ - Class "minormoon" - Texture "asteroid.jpg" -# Color [ 0.65 0.45 0.35 ] # reddish shade initially reported, - # but not subsequently detected - BlendTexture true - Mesh "asteroid.cms" - Radius 44 - - InfoURL "http://www.boulder.swri.edu/plutonews/" - - OrbitFrame { - EquatorJ2000 { Center "Sol/Pluto-Charon" } - } - - EllipticalOrbit - { - Epoch 2452600.5 # 2002 Nov 22 - Period 25.492 # mean - SemiMajorAxis 49242 # mean - Eccentricity 0.01504 # mean - Inclination 96.190 - AscendingNode 223.202 - ArgOfPericenter 244.3 - MeanLongitude 122.7 - } - - Albedo 0.08 -}