// -*- coding: utf-8 -*- // Filename: NewSaturnMoons.sc // JackDole 2019.10.09 05:24:42 // https://sites.google.com/carnegiescience.edu/sheppard/moons/saturnmoons /* Saturn Satellite Table Name a i e Peri Node M Period mag Size Year (km) (deg) (deg) (deg) (deg) (days) (km) __________________________________________________________________________________________________ New Moon Discoveries Announced on October 7, 2019 and TO BE NAMED: S2428b S/2004 S29 17470700 44.43 0.472 330.9 147.2 211.6 858.77 24.9 4 2004 S5801a2 S/2004 S35 21953200 176.4 0.182 210.4 327.9 231.7 1208.1 24.6 4 2004 S8576a S/2004 S27 19776700 167.1 0.120 142.5 87.70 92.56 1033.0 24.5 4 2004 T522499 S/2004 S31 17402800 48.11 0.242 255.0 79.70 275.5 853.80 24.9 4 2004 S8353a S/2004 S26 26737800 171.3 0.148 121.7 340.7 306.6 1624.2 25.0 4 2004 S8881b S/2004 S24 23231300 36.78 0.049 303.0 344.3 162.7 1317.6 25.2 3 2004 S8630a S/2004 S23 21427000 177.7 0.399 117.9 208.5 357.2 1164.3 24.8 4 2004 S8631e S/2004 S25 20544500 173.3 0.457 325.5 266.6 301.6 1095.0 25.2 3 2004 S8637a S/2004 S22 20379900 177.4 0.257 82.77 278.3 118.0 1080.4 25.3 3 2004 S64472 S/2004 S32 21564200 158.5 0.262 158.5 57.51 298.6 1175.3 25.0 4 2004 T514042 S/2004 S33 23764800 161.5 0.417 321.1 78.97 84.64 1361.5 25.0 4 2004 S5613a2 S/2004 S34 24358900 165.7 0.267 15.17 296.7 314.4 1412.5 25.3 3 2004 S8386a S/2004 S28 21791300 171.0 0.133 205.1 137.0 26.40 1197.2 24.9 4 2004 S5612a2 S/2004 S30 20424000 156.3 0.113 248.2 261.6 132.4 1084.1 25.4 3 2004 S5602a S/2004 S21 23810400 154.6 0.312 208.8 118.1 136.2 1365.1 25.4 3 2004 S8568a S/2004 S38 23006200 155.0 0.381 00.72 132.2 134.5 1295.8 25.1 4 2004 S64454x S/2004 S39 22790400 167.6 0.081 199.9 184.4 114.7 1277.5 25.5 2 2004 S2423b S/2004 S20 19211000 163.1 0.204 289.5 341.1 341.3 990.23 25.0 4 2004 S5605a2 S/2004 S37 16003300 164.0 0.506 93.73 147.7 326.7 752.88 25.1 4 2004 S5593a2 S/2004 S36 23698700 147.6 0.667 204.6 217.3 32.50 1354.2 25.3 3 2004 Discoveries not yet observed over one year, so not eligible to be named: S/2004 S07 19800000 165.1 0.580 00.00 000.0 000.0 1103 24.5 6 2004 S/2004 S12 19650000 164.0 0.401 00.00 000.0 000.0 1048 24.8 5 2004 S/2004 S13 18450000 167.4 0.273 00.00 000.0 000.0 906 24.5 6 2004 S/2004 S17 18600000 166.6 0.259 00.00 000.0 000.0 986 25.2 4 2004 S/2007 S3 20518500 177.2 0.130 00.00 000.0 000.0 1100 24.9 5 2007 a - The mean semi-major axis. i - The mean inclination. e - The mean eccentricity. Peri - The argument of Pariaphis. Node - The longitude of the ascending node. M - The mean anomaly. Period - The time of one revolution around Saturn mag - The optical magnitude of the object (R-band). Size - The diameter of the object. Year - The year of discovery. */ // --- New Moon Discoveries Announced on October 7, 2019 and TO BE NAMED: ---- DwarfMoon "S|2004 S 29" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 24.9 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 17470700 // a au Inclination 44.43 // i deg Eccentricity 0.472 // e ArgOfPericen 330.9 // peri deg AscendingNode 147.2 // node deg MeanAnomaly 211.6 // M deg PeriodDays 858.77 // P/d Epoch 2458600.5 } } DwarfMoon "S|2004 S 35" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 24.6 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 21953200 Inclination 176.4 Eccentricity 0.182 ArgOfPericen 210.4 AscendingNode 327.9 MeanAnomaly 231.7 PeriodDays 1208.1 Epoch 2458600.5 } } DwarfMoon "S|2004 S 27" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 24.5 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 19776700 Inclination 167.1 Eccentricity 0.120 ArgOfPericen 142.5 AscendingNode 87.70 MeanAnomaly 92.56 PeriodDays 1033.0 Epoch 2458600.5 } } DwarfMoon "S|2004 S 31" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 24.9 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 17402800 Inclination 48.11 Eccentricity 0.242 ArgOfPericen 255.0 AscendingNode 79.70 MeanAnomaly 275.5 PeriodDays 853.80 Epoch 2458600.5 } } DwarfMoon "S|2004 S 26" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.0 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 26737800 Inclination 171.3 Eccentricity 0.148 ArgOfPericen 121.7 AscendingNode 340.7 MeanAnomaly 306.6 PeriodDays 1624.2 Epoch 2458600.5 } } DwarfMoon "S|2004 S 24" { ParentBody "Saturn" Class "Asteroid" Radius 1.5 AppMagn 25.2 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 23231300 Inclination 36.78 Eccentricity 0.049 ArgOfPericen 303.0 AscendingNode 344.3 MeanAnomaly 162.7 PeriodDays 1317.6 Epoch 2458600.5 } } DwarfMoon "S|2004 S 23" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 24.8 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 21427000 Inclination 177.7 Eccentricity 0.399 ArgOfPericen 117.9 AscendingNode 208.5 MeanAnomaly 357.2 PeriodDays 1164.3 Epoch 2458600.5 } } DwarfMoon "S|2004 S 25" { ParentBody "Saturn" Class "Asteroid" Radius 1.5 AppMagn 25.2 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 20544500 Inclination 173.3 Eccentricity 0.457 ArgOfPericen 325.5 AscendingNode 266.6 MeanAnomaly 301.6 PeriodDays 1095.0 Epoch 2458600.5 } } DwarfMoon "S|2004 S 22" { ParentBody "Saturn" Class "Asteroid" Radius 1.5 AppMagn 25.3 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 20379900 Inclination 177.4 Eccentricity 0.257 ArgOfPericen 82.77 AscendingNode 278.3 MeanAnomaly 118.0 PeriodDays 1080.4 Epoch 2458600.5 } } DwarfMoon "S|2004 S 32" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.0 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 21564200 Inclination 158.5 Eccentricity 0.262 ArgOfPericen 158.5 AscendingNode 57.51 MeanAnomaly 298.6 PeriodDays 1175.3 Epoch 2458600.5 } } DwarfMoon "S|2004 S 33" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.0 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 23764800 Inclination 161.5 Eccentricity 0.417 ArgOfPericen 321.1 AscendingNode 78.97 MeanAnomaly 84.64 PeriodDays 1361.5 Epoch 2458600.5 } } DwarfMoon "S|2004 S 34" { ParentBody "Saturn" Class "Asteroid" Radius 1.5 AppMagn 25.3 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 24358900 Inclination 165.7 Eccentricity 0.267 ArgOfPericen 15.17 AscendingNode 296.7 MeanAnomaly 314.4 PeriodDays 1412.5 Epoch 2458600.5 } } DwarfMoon "S|2004 S 28" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 24.9 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 21791300 Inclination 171.0 Eccentricity 0.133 ArgOfPericen 205.1 AscendingNode 137.0 MeanAnomaly 26.40 PeriodDays 1197.2 Epoch 2458600.5 } } DwarfMoon "S|2004 S 30" { ParentBody "Saturn" Class "Asteroid" Radius 1.5 AppMagn 25.4 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 20424000 Inclination 156.3 Eccentricity 0.113 ArgOfPericen 248.2 AscendingNode 261.6 MeanAnomaly 132.4 PeriodDays 1084.1 Epoch 2458600.5 } } DwarfMoon "S|2004 S 21" { ParentBody "Saturn" Class "Asteroid" Radius 1.5 AppMagn 25.4 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 23810400 Inclination 154.6 Eccentricity 0.312 ArgOfPericen 208.8 AscendingNode 118.1 MeanAnomaly 136.2 PeriodDays 1365.1 Epoch 2458600.5 } } DwarfMoon "S|2004 S 38" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.1 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 23006200 Inclination 155.0 Eccentricity 0.381 ArgOfPericen 00.72 // ??? AscendingNode 132.2 MeanAnomaly 134.5 PeriodDays 1295.8 Epoch 2458600.5 } } DwarfMoon "S|2004 S 39" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.5 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 22790400 Inclination 167.6 Eccentricity 0.081 ArgOfPericen 199.9 AscendingNode 184.4 MeanAnomaly 114.7 PeriodDays 1277.5 Epoch 2458600.5 } } DwarfMoon "S|2004 S 20" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.0 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 19211000 Inclination 163.1 Eccentricity 0.204 ArgOfPericen 289.5 AscendingNode 341.1 MeanAnomaly 341.3 PeriodDays 990.23 Epoch 2458600.5 } } DwarfMoon "S|2004 S 37" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.1 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 16003300 Inclination 164.0 Eccentricity 0.506 ArgOfPericen 93.73 AscendingNode 147.7 MeanAnomaly 326.7 PeriodDays 752.88 Epoch 2458600.5 } } DwarfMoon "S|2004 S 36" { ParentBody "Saturn" Class "Asteroid" Radius 1.5 AppMagn 25.3 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 23698700 Inclination 147.6 Eccentricity 0.667 ArgOfPericen 204.6 AscendingNode 217.3 MeanAnomaly 32.50 PeriodDays 1354.2 Epoch 2458600.5 } } // -- Discoveries not yet observed over one year, so not eligible to be named: - DwarfMoon "S|2004 S 7" { ParentBody "Saturn" Class "Asteroid" Radius 3 AppMagn 24.5 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 19800000 Inclination 165.1 Eccentricity 0.580 ArgOfPericen 00.00 AscendingNode 000.0 MeanAnomaly 000.0 PeriodDays 1103 Epoch 2458600.5 } } DwarfMoon "S|2004 S 12" { ParentBody "Saturn" Class "Asteroid" Radius 2.5 AppMagn 24.8 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 19650000 Inclination 164.0 Eccentricity 0.401 ArgOfPericen 00.00 AscendingNode 000.0 MeanAnomaly 000.0 PeriodDays 1048 Epoch 2458600.5 } } DwarfMoon "S|2004 S 13" { ParentBody "Saturn" Class "Asteroid" Radius 3 AppMagn 24.5 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 18450000 Inclination 167.4 Eccentricity 0.273 ArgOfPericen 00.00 AscendingNode 000.0 MeanAnomaly 000.0 PeriodDays 906 Epoch 2458600.5 } } DwarfMoon "S|2004 S 17" { ParentBody "Saturn" Class "Asteroid" Radius 2 AppMagn 25.2 DiscDate "2004" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 18600000 Inclination 166.6 Eccentricity 0.259 ArgOfPericen 00.00 AscendingNode 000.0 MeanAnomaly 000.0 PeriodDays 986 Epoch 2458600.5 } } DwarfMoon "S|2007 S 3" { ParentBody "Saturn" Class "Asteroid" Radius 2.5 AppMagn 24.9 DiscDate "2007" DiscMethod "Imaging" Orbit { RefPlane "Ecliptic" SemiMajorAxisKm 20518500 Inclination 177.2 Eccentricity 0.130 ArgOfPericen 00.00 AscendingNode 000.0 MeanAnomaly 000.0 PeriodDays 1100 Epoch 2458600.5 } } //------------------------------------------------------------------------------