Neptune

Class to model Neptune planet.

class pymeeus.Neptune.Neptune[source]

Class Neptune models that planet.

__weakref__

list of weak references to the object (if defined)

static apparent_heliocentric_position(epoch)[source]

This method computes the apparent heliocentric position of planet Neptune for a given epoch, using the VSOP87 theory.

Parameters:epoch (Epoch) – Epoch to compute Neptune position, as an Epoch object
Returns:A tuple with the heliocentric longitude and latitude (as Angle objects), and the radius vector (as a float, in astronomical units), in that order
Return type:tuple
Raises:TypeError if input values are of wrong type.
static conjunction(epoch)[source]

This method computes the time of the conjunction closest to the given epoch.

Parameters:epoch (Epoch) – Epoch close to the desired conjunction
Returns:The time when the conjunction happens, as an Epoch
Return type:Epoch
Raises:TypeError if input value is of wrong type.
Raises:ValueError if input epoch outside the -2000/4000 range.
>>> epoch = Epoch(1993, 10, 1.0)
>>> conj = Neptune.conjunction(epoch)
>>> y, m, d = conj.get_date()
>>> print(y)
1994
>>> print(m)
1
>>> print(round(d, 4))
11.3057
static geocentric_position(epoch)[source]

This method computes the geocentric position of Neptune (right ascension and declination) for the given epoch, as well as the elongation angle.

Parameters:epoch (Epoch) – Epoch to compute geocentric position, as an Epoch object
Returns:A tuple containing the right ascension, the declination and the elongation angle as Angle objects
Return type:tuple
Raises:TypeError if input value is of wrong type.
>>> epoch = Epoch(1992, 12, 20.0)
>>> ra, dec, elon = Neptune.geocentric_position(epoch)
>>> print(ra.ra_str(n_dec=1))
19h 17' 14.5''
>>> print(dec.dms_str(n_dec=1))
-21d 34' 15.1''
>>> print(elon.dms_str(n_dec=1))
19d 44' 59.6''
static geometric_heliocentric_position(epoch, tofk5=True)[source]

This method computes the geometric heliocentric position of planet Neptune for a given epoch, using the VSOP87 theory.

Parameters:
  • epoch (Epoch) – Epoch to compute Neptune position, as an Epoch object
  • tofk5 (bool) – Whether or not the small correction to convert to the FK5 system will be applied or not
Returns:

A tuple with the heliocentric longitude and latitude (as Angle objects), and the radius vector (as a float, in astronomical units), in that order

Return type:

tuple

Raises:

TypeError if input values are of wrong type.

>>> epoch = Epoch(2018, 10, 27.0)
>>> l, b, r = Neptune.geometric_heliocentric_position(epoch)
>>> print(round(l.to_positive(), 4))
345.3776
>>> print(round(b, 4))
-0.9735
>>> print(round(r, 5))
29.93966
static magnitude(sun_dist, earth_dist)[source]

This function computes the approximate magnitude of Neptune.

Parameters:
  • sun_dist (float) – Distance from Neptune to Sun, in Astronomical Units
  • earth_dist (float) – Distance Neptune to Earth, in Astronomical Units
Returns:

Neptune’s magnitude

Return type:

float

Raises:

TypeError if input values are of wrong type.

static opposition(epoch)[source]

This method computes the time of the opposition closest to the given epoch.

Parameters:epoch (Epoch) – Epoch close to the desired opposition
Returns:The time when the opposition happens, as an Epoch
Return type:Epoch
Raises:TypeError if input value is of wrong type.
Raises:ValueError if input epoch outside the -2000/4000 range.
>>> epoch = Epoch(1846, 8, 1)
>>> oppo = Neptune.opposition(epoch)
>>> y, m, d = oppo.get_date()
>>> print(y)
1846
>>> print(m)
8
>>> print(round(d, 4))
20.1623
static orbital_elements_j2000(epoch)[source]

This method computes the orbital elements of Neptune for the standard equinox J2000.0 for a given epoch.

Parameters:epoch (Epoch) – Epoch to compute orbital elements, as an Epoch object
Returns:A tuple containing the following six orbital elements: - Mean longitude of the planet (Angle) - Semimajor axis of the orbit (float, astronomical units) - eccentricity of the orbit (float) - inclination on the plane of the ecliptic (Angle) - longitude of the ascending node (Angle) - argument of the perihelion (Angle)
Return type:tuple
Raises:TypeError if input values are of wrong type.
>>> epoch = Epoch(2065, 6, 24.0)
>>> l, a, e, i, ome, arg = Neptune.orbital_elements_j2000(epoch)
>>> print(round(l, 6))
87.407029
>>> print(round(a, 8))
30.11038676
>>> print(round(e, 7))
0.0094597
>>> print(round(i, 6))
1.770101
>>> print(round(ome, 5))
131.74402
>>> print(round(arg, 6))
-83.6046
static orbital_elements_mean_equinox(epoch)[source]

This method computes the orbital elements of Neptune for the mean equinox of the date for a given epoch.

Parameters:epoch (Epoch) – Epoch to compute orbital elements, as an Epoch object
Returns:A tuple containing the following six orbital elements: - Mean longitude of the planet (Angle) - Semimajor axis of the orbit (float, astronomical units) - eccentricity of the orbit (float) - inclination on the plane of the ecliptic (Angle) - longitude of the ascending node (Angle) - argument of the perihelion (Angle)
Return type:tuple
Raises:TypeError if input values are of wrong type.
>>> epoch = Epoch(2065, 6, 24.0)
>>> l, a, e, i, ome, arg = Neptune.orbital_elements_mean_equinox(epoch)
>>> print(round(l, 6))
88.321947
>>> print(round(a, 8))
30.11038676
>>> print(round(e, 7))
0.0094597
>>> print(round(i, 6))
1.763855
>>> print(round(ome, 5))
132.46986
>>> print(round(arg, 6))
-83.415521
pymeeus.Neptune.ORBITAL_ELEM = [[304.348665, 219.8833092, 0.00030882, 1.8e-08], [30.110386869, -1.663e-07, 6.9e-10, 0.0], [0.00945575, 6.033e-06, 0.0, -5e-11], [1.769953, -0.0093082, -7.08e-06, 2.7e-08], [131.748057, 1.1022039, 0.00025952, -6.37e-07], [48.120276, 1.4262957, 0.00038434, 2e-08]]

This table contains the parameters to compute Neptune’s orbital elements for the mean equinox of date. Based in Table 31.A, page 213

pymeeus.Neptune.ORBITAL_ELEM_J2000 = [[304.348665, 218.4862002, 5.9e-07, -2e-09], [1.769953, 0.0002256, 2.3e-07, 0.0], [131.748057, -0.0061651, -2.19e-06, -7.8e-08], [48.120276, 0.0291866, 7.61e-05, 0.0]]

This table contains the parameters to compute Neptune’s orbital elements for the standard equinox J2000.0. Based on Table 31.B, page 215

pymeeus.Neptune.VSOP87_B = [[[3088622.933, 1.44104372626, 38.1330356378], [27780.087, 5.91271882843, 76.2660712756], [27623.609, 0.0, 0.0], [15355.49, 2.52123799481, 36.6485629295], [15448.133, 3.50877080888, 39.6175083461], [1999.919, 1.50998669505, 74.7815985673], [1967.54, 4.37778195768, 1.4844727083], [1015.137, 3.21561035875, 35.1640902212], [605.767, 2.80246601405, 73.297125859], [594.878, 2.12892708114, 41.1019810544], [588.805, 3.18655882497, 2.9689454166], [401.83, 4.16883287237, 114.3991069134], [254.333, 3.27120499438, 453.424893819], [261.647, 3.76722704749, 213.299095438], [279.964, 1.68165309699, 77.7505439839], [205.59, 4.25652348864, 529.6909650946], [140.455, 3.52969556376, 137.0330241624], [98.53, 4.16774829927, 33.6796175129], [51.257, 1.95121181203, 4.4534181249], [67.971, 4.66970781659, 71.8126531507], [41.931, 5.41783694467, 111.4301614968], [41.822, 5.94832001477, 112.9146342051], [30.637, 0.93620571932, 42.5864537627], [11.084, 5.88898793049, 108.4612160802], [9.62, 0.03944255108, 70.3281804424], [9.664, 0.22455797403, 79.2350166922], [9.728, 5.30069593532, 32.1951448046], [7.386, 3.00684933642, 426.598190876], [7.087, 0.12535040656, 109.9456887885], [6.021, 6.20514068152, 115.8835796217], [6.169, 3.62098109648, 983.1158589136], [4.777, 0.75210194972, 5.9378908332], [6.391, 5.8464610106, 148.0787244263], [6.251, 2.41678769385, 152.5321425512], [4.539, 5.581820987, 175.1660598002], [5.006, 4.60815664851, 1059.3819301892], [4.289, 4.19647392821, 47.6942631934], [5.795, 5.07516716087, 415.2918581812], [4.749, 2.51605725604, 37.611770776], [4.119, 1.72779509865, 28.5718080822], [4.076, 6.00252170354, 145.1097790097], [4.429, 5.65995321659, 98.8999885246], [3.95, 2.74104636753, 350.3321196004], [4.091, 1.61787956945, 39.0962434843], [4.131, 4.40682554313, 37.1698277913], [4.71, 3.50929350767, 38.6543004996], [4.44, 4.78977105547, 38.084851528], [4.433, 1.23386935925, 38.1812197476], [3.762, 4.83940791709, 491.5579294568], [2.606, 1.20956732792, 451.9404211107], [2.537, 2.18628045751, 454.9093665273], [2.328, 5.19779918719, 72.0732855816], [2.502, 0.8598790435, 106.9767433719], [2.342, 0.81387240947, 4.192785694], [1.981, 0.46617960831, 184.7272873558], [1.963, 6.01909114576, 44.070926471], [2.18, 0.70099749844, 206.1855484372], [1.811, 0.40456996647, 40.5807161926], [1.814, 3.64699555185, 220.4126424388], [1.705, 6.13551142362, 181.7583419392], [1.855, 5.61635630213, 35.685355083], [1.595, 2.97147156093, 37.8724032069], [1.785, 2.42154818096, 388.4651552382], [1.595, 3.05266110075, 38.3936680687], [1.437, 1.48678704605, 135.5485514541], [1.387, 2.46149266117, 138.5174968707], [1.366, 1.52026779665, 68.8437077341], [1.575, 3.58964541604, 38.0211610532], [1.297, 5.06156596196, 33.9402499438], [1.487, 0.20211121607, 30.0562807905], [1.504, 5.80298577327, 46.2097904851], [1.192, 0.87275514483, 42.3258213318], [1.569, 2.43405967107, 38.2449102224], [1.207, 1.84658687853, 251.4321310758], [1.015, 0.53439848924, 129.9194771616], [0.999, 2.47463873948, 312.1990839626], [0.99, 3.41514319052, 144.1465711632], [0.963, 4.31733242907, 151.0476698429], [1.02, 0.98226686775, 143.6253063014], [0.941, 1.02993053785, 221.3758502853], [0.938, 2.43648356625, 567.8240007324], [1.111, 0.65175024456, 146.594251718], [0.777, 0.00175975222, 218.4069048687], [0.895, 0.2512386962, 30.7106720963], [0.795, 5.80519741659, 149.5631971346], [0.737, 3.40060492866, 446.3113468182], [0.719, 1.43795191278, 8.0767548473], [0.72, 0.0065100755, 460.5384408198], [0.766, 4.03399506246, 522.5774180938], [0.666, 1.39457824982, 84.3428261229], [0.584, 1.01405548136, 536.8045120954], [0.596, 0.62390100715, 35.212274331], [0.598, 5.39946724188, 41.0537969446], [0.475, 5.80072248338, 7.4223635415], [0.51, 1.3447857974, 258.0244132148], [0.458, 5.25325523118, 80.7194894005], [0.421, 3.24496387889, 416.7763308895], [0.446, 1.19167306357, 180.2738692309], [0.471, 0.92632922375, 44.7253177768], [0.387, 1.68488418788, 183.2428146475], [0.375, 0.15223869165, 255.0554677982], [0.354, 4.21526988674, 0.9632078465], [0.379, 2.16947487177, 105.4922706636], [0.341, 4.7919405168, 110.2063212194], [0.427, 5.15774894584, 31.5407534988], [0.302, 3.4570630628, 100.3844612329], [0.298, 2.26790695187, 639.897286314], [0.279, 0.25689162963, 39.5056337615], [0.32, 3.58085653166, 45.2465826386], [0.269, 5.72024180826, 36.7604375141], [0.247, 0.61040148804, 186.2117600641], [0.245, 0.64173616273, 419.4846438752], [0.235, 0.73189197665, 10213.285546211], [0.232, 0.37399822852, 490.0734567485], [0.23, 5.76570492457, 12.5301729722], [0.24, 4.13447692727, 0.5212648618], [0.279, 1.62614865256, 294.6729761443], [0.238, 2.1852891655, 219.891377577], [0.262, 3.08384135298, 6.592282139], [0.217, 2.93214905312, 27.0873353739], [0.217, 4.69210602828, 406.1031376411], [0.219, 1.3521271256, 216.9224321604], [0.2, 2.35215465744, 605.9570363702], [0.232, 3.92583619589, 1512.8068240082], [0.223, 5.52392277606, 187.6962327724], [0.19, 0.29169556516, 291.7040307277], [0.236, 3.12464145036, 563.6312150384], [0.193, 0.53675942386, 60.7669528868], [0.215, 3.78391259001, 103.0927742186], [0.172, 5.63262770743, 7.1135470008], [0.164, 4.14700645532, 77.2292791221], [0.162, 0.72021213236, 11.0457002639], [0.16, 4.23490438166, 487.3651437628], [0.191, 0.37651439206, 31.019488637], [0.157, 1.02419759383, 6283.0758499914], [0.157, 4.42530429545, 6206.8097787158], [0.178, 6.24797160202, 316.3918696566], [0.161, 5.65988283675, 343.2185725996], [0.153, 5.58405022784, 252.0865223816], [0.189, 4.8079103997, 641.1211265914], [0.166, 5.50438043692, 662.531203563], [0.146, 5.08949604858, 286.596221297], [0.145, 2.13015521881, 2042.4977891028], [0.156, 2.19452173251, 274.0660483248], [0.148, 4.85696640135, 442.7517005706], [0.187, 4.96121139073, 1589.0728952838], [0.155, 2.28260574227, 142.1408335931], [0.134, 1.29277093566, 456.3938392356], [0.126, 5.59769497652, 179.3588454942], [0.146, 2.53359213478, 256.5399405065], [0.14, 1.57962199954, 75.7448064138], [0.123, 0.05442220184, 944.9828232758], [0.122, 1.90676379802, 418.2608035978], [0.154, 1.86865302773, 331.3215390738], [0.144, 5.52229258454, 14.0146456805], [0.138, 2.80728175526, 82.8583534146], [0.107, 0.66995358132, 190.665178189], [0.114, 1.4889498028, 253.5709950899], [0.11, 5.32587573069, 240.125798381], [0.105, 0.65548440578, 173.6815870919], [0.102, 2.58735617801, 450.4559484024], [0.098, 0.44044795266, 328.3525936572], [0.101, 4.71267656829, 117.36805233], [0.094, 0.54938580474, 293.188503436], [0.095, 2.17636214523, 101.8689339412], [0.093, 0.63687810471, 377.1588225434], [0.091, 5.84828809934, 10137.0194749354], [0.089, 1.02830167997, 1021.2488945514], [0.094, 1.79320597168, 493.0424021651], [0.08, 1.58140274465, 69.1525242748], [0.075, 0.23453373368, 63.7358983034], [0.071, 1.5196198969, 488.5889840402]], [[227279.214, 3.8079308987, 38.1330356378], [1803.12, 1.97576485377, 76.2660712756], [1385.733, 4.82555548018, 36.6485629295], [1433.3, 3.14159265359, 0.0], [1073.298, 6.08054240712, 39.6175083461], [147.903, 3.85766231348, 74.7815985673], [136.448, 0.47764957338, 1.4844727083], [70.285, 6.18782052139, 35.1640902212], [51.899, 5.05221791891, 73.297125859], [37.273, 4.89476629246, 41.1019810544], [42.568, 0.30721737205, 114.3991069134], [37.104, 5.75999349109, 2.9689454166], [26.399, 5.21566335936, 213.299095438], [16.949, 4.26463671859, 77.7505439839], [18.747, 0.90426522185, 453.424893819], [12.951, 6.17709713139, 529.6909650946], [10.502, 1.20336443465, 137.0330241624], [4.416, 1.25478204684, 111.4301614968], [4.383, 6.14147099615, 71.8126531507], [3.694, 0.94837702528, 33.6796175129], [2.957, 4.7753287121, 4.4534181249], [2.698, 1.92435531119, 112.9146342051], [1.989, 3.96637567224, 42.5864537627], [1.15, 4.30568700024, 37.611770776], [0.871, 4.81775882249, 152.5321425512], [0.944, 2.2177777205, 109.9456887885], [0.936, 1.1705498394, 148.0787244263], [0.925, 2.40329074, 206.1855484372], [0.69, 1.57381082857, 38.6543004996], [0.624, 2.79466003645, 79.2350166922], [0.726, 4.13829519132, 28.5718080822], [0.64, 2.46161252327, 115.8835796217], [0.531, 2.969915305, 98.8999885246], [0.537, 1.95986772922, 220.4126424388], [0.539, 2.06690307827, 40.5807161926], [0.716, 0.5578184701, 350.3321196004], [0.563, 1.84072805158, 983.1158589136], [0.533, 1.3478767794, 47.6942631934], [0.566, 1.80111775954, 175.1660598002], [0.449, 1.62191691011, 144.1465711632], [0.371, 2.74239666472, 415.2918581812], [0.381, 6.11910193382, 426.598190876], [0.366, 2.3975258536, 129.9194771616], [0.456, 3.19611413854, 108.4612160802], [0.327, 3.62341506247, 38.1812197476], [0.328, 0.89613145346, 38.084851528], [0.341, 3.8726546907, 35.685355083], [0.331, 4.48858774501, 460.5384408198], [0.414, 1.03543720726, 70.3281804424], [0.31, 0.51297445145, 37.1698277913], [0.287, 2.183516518, 491.5579294568], [0.274, 6.11504724934, 522.5774180938], [0.281, 3.81657117512, 5.9378908332], [0.298, 4.00532631258, 39.0962434843], [0.265, 5.26569823181, 446.3113468182], [0.319, 1.34097217817, 184.7272873558], [0.203, 6.02944475303, 149.5631971346], [0.205, 5.5393573202, 536.8045120954], [0.226, 6.17710997862, 454.9093665273], [0.186, 3.24302117645, 4.192785694], [0.179, 4.91458426239, 451.9404211107], [0.198, 2.3077585288, 146.594251718], [0.166, 1.16793600058, 72.0732855816], [0.147, 2.10574339673, 44.070926471], [0.123, 1.98250467171, 46.2097904851], [0.159, 3.46955908364, 145.1097790097], [0.116, 5.8897111359, 38.0211610532], [0.115, 4.73412534395, 38.2449102224], [0.125, 3.42713474801, 251.4321310758], [0.128, 1.51108932026, 221.3758502853], [0.127, 0.17176461812, 138.5174968707], [0.124, 5.85160407534, 1059.3819301892], [0.091, 2.38273591235, 30.0562807905], [0.118, 5.27114846878, 37.8724032069], [0.117, 5.35267669439, 38.3936680687], [0.099, 5.19920708255, 135.5485514541], [0.114, 4.37452353441, 388.4651552382], [0.093, 4.64183693718, 106.9767433719], [0.084, 1.35269684746, 33.9402499438], [0.111, 3.5622646377, 181.7583419392], [0.082, 3.18401661435, 42.3258213318], [0.084, 5.51669920239, 8.0767548473]], [[9690.766, 5.57123750291, 38.1330356378], [78.815, 3.62705474219, 76.2660712756], [71.523, 0.4547668858, 36.6485629295], [58.646, 3.14159265359, 0.0], [29.915, 1.60671721861, 39.6175083461], [6.472, 5.60736756575, 74.7815985673], [5.8, 2.25341847151, 1.4844727083], [4.309, 1.68126737666, 35.1640902212], [3.502, 2.39142672984, 114.3991069134], [2.649, 0.65061457644, 73.297125859], [1.518, 0.37600329684, 213.299095438], [1.223, 1.2311604303, 2.9689454166], [0.766, 5.45279753249, 453.424893819], [0.779, 2.07081431472, 529.6909650946], [0.496, 0.26552533921, 41.1019810544], [0.469, 5.87866293959, 77.7505439839], [0.482, 5.63056237954, 137.0330241624], [0.345, 1.80085651594, 71.8126531507], [0.274, 2.86650141006, 33.6796175129], [0.158, 4.63868656467, 206.1855484372], [0.166, 1.24877330835, 220.4126424388], [0.153, 2.87376446497, 111.4301614968], [0.116, 3.63838544843, 112.9146342051], [0.085, 0.43712705655, 4.4534181249], [0.104, 6.12597614674, 144.1465711632]], [[273.423, 1.01688979072, 38.1330356378], [2.274, 2.36805657126, 36.6485629295], [2.029, 5.33364321342, 76.2660712756], [2.393, 0.0, 0.0], [0.538, 3.21934211365, 39.6175083461], [0.242, 4.52650721578, 114.3991069134], [0.185, 1.04913770083, 74.7815985673], [0.155, 3.62376309338, 35.1640902212], [0.157, 3.9419536961, 1.4844727083]], [[5.728, 2.66872693322, 38.1330356378]], [[0.113, 4.70646877989, 38.1330356378]]]

This table contains Neptune’s periodic terms (all of them) from the planetary theory VSOP87 for the heliocentric latitude at the equinox of date (taken from the ‘D’ solution). In Meeus’ book a shortened version can be found in page 453.

pymeeus.Neptune.VSOP87_L = [[[531188633.047, 0.0, 0.0], [1798475.509, 2.9010127305, 38.1330356378], [1019727.662, 0.4858092366, 1.4844727083], [124531.845, 4.83008090682, 36.6485629295], [42064.45, 5.41054991607, 2.9689454166], [37714.589, 6.09221834946, 35.1640902212], [33784.734, 1.24488865578, 76.2660712756], [16482.741, 7.729261e-05, 491.5579294568], [9198.582, 4.93747059924, 39.6175083461], [8994.249, 0.27462142569, 175.1660598002], [4216.235, 1.98711914364, 73.297125859], [3364.818, 1.03590121818, 33.6796175129], [2284.8, 4.20606932559, 4.4534181249], [1433.512, 2.78340432711, 74.7815985673], [900.24, 2.07606702418, 109.9456887885], [744.996, 3.19032530145, 71.8126531507], [506.206, 5.74785370252, 114.3991069134], [399.552, 0.34972342569, 1021.2488945514], [345.195, 3.46186210169, 41.1019810544], [306.338, 0.49684039897, 0.5212648618], [287.322, 4.50523446022, 0.0481841098], [323.004, 2.24815188609, 32.1951448046], [340.323, 3.30369900416, 77.7505439839], [266.605, 4.88932609483, 0.9632078465], [227.079, 1.79713054538, 453.424893819], [244.722, 1.24693337933, 9.5612275556], [232.887, 2.50459795017, 137.0330241624], [282.17, 2.24565579693, 146.594251718], [251.941, 5.78166597292, 388.4651552382], [150.18, 2.99706110414, 5.9378908332], [170.404, 3.3239063065, 108.4612160802], [151.401, 2.1915309428, 33.9402499438], [148.295, 0.85948986145, 111.4301614968], [118.672, 3.67706204305, 2.4476805548], [101.821, 5.70539236951, 0.1118745846], [97.873, 2.80518260528, 8.0767548473], [103.054, 4.40441222, 70.3281804424], [103.305, 0.04078966679, 0.2606324309], [109.3, 2.41599378049, 183.2428146475], [73.938, 1.32805041516, 529.6909650946], [77.725, 4.16446516424, 4.192785694], [86.379, 4.22834506045, 490.0734567485], [81.536, 5.19908046216, 493.0424021651], [71.503, 5.29530386579, 350.3321196004], [64.418, 3.5454101605, 168.0525127994], [62.57, 0.15028731465, 182.279606801], [58.488, 3.50106873945, 145.1097790097], [48.276, 1.11259925628, 112.9146342051], [47.229, 4.57373229818, 46.2097904851], [39.124, 1.6656935605, 213.299095438], [47.728, 0.12906212461, 484.444382456], [46.858, 3.01699530327, 498.6714764576], [38.659, 2.38685706479, 2.9207613068], [47.046, 4.498446604, 173.6815870919], [47.565, 2.58404814824, 219.891377577], [44.714, 5.47302733614, 176.6505325085], [32.279, 3.4575915122, 30.7106720963], [28.249, 4.13282446716, 6.592282139], [24.433, 4.55736848232, 106.9767433719], [24.661, 3.67822620786, 181.7583419392], [24.505, 1.55095867965, 7.1135470008], [21.848, 1.04366818343, 39.0962434843], [16.936, 6.10896452834, 44.7253177768], [22.169, 2.74932970271, 256.5399405065], [16.614, 4.98188930613, 37.611770776], [17.728, 3.55049134167, 1.3725981237], [17.347, 2.1406923488, 42.5864537627], [14.953, 3.36405649131, 98.8999885246], [14.566, 0.69857991985, 1550.939859646], [15.676, 6.22010212025, 454.9093665273], [13.243, 5.61712542227, 68.8437077341], [14.837, 3.52557245517, 25.6028626656], [12.757, 0.04509743861, 11.0457002639], [11.988, 4.81687553351, 24.1183899573], [11.06, 1.78958277553, 7.4223635415], [12.108, 1.87022663714, 79.2350166922], [11.698, 0.49005698002, 1.5963472929], [10.459, 2.38743199893, 381.3516082374], [11.681, 3.85151357766, 218.4069048687], [8.744, 0.1416856861, 148.0787244263], [9.196, 1.00274090619, 72.0732855816], [11.343, 0.81432278263, 525.4981794006], [10.097, 5.03383557061, 601.7642506762], [8.035, 1.7768572301, 0.2124483211], [8.382, 3.07534786987, 1.2720243872], [10.803, 2.92081211459, 293.188503436], [7.666, 1.52223325105, 115.8835796217], [7.531, 5.37537256533, 5.1078094307], [8.691, 4.74352784364, 143.6253063014], [10.183, 1.15395455831, 6244.9428143536], [8.283, 0.35956716764, 138.5174968707], [9.544, 4.02452832984, 152.5321425512], [7.274, 4.10937535938, 251.4321310758], [7.465, 1.72131945843, 31.019488637], [6.902, 4.62452068308, 2.7083129857], [7.094, 5.11528393609, 312.1990839626], [7.929, 2.10765101655, 27.0873353739], [6.156, 3.50746507109, 28.5718080822], [7.134, 2.05292376023, 278.2588340188], [8.193, 2.58588219154, 141.2258098564], [5.499, 2.09250039025, 1.6969210294], [5.279, 4.09390686798, 983.1158589136], [6.947, 3.48041784595, 415.2918581812], [5.916, 0.68957324226, 62.2514255951], [5.925, 4.0250459262, 255.0554677982], [4.606, 1.17779101436, 43.2408450685], [5.357, 3.63061058987, 5.4166259714], [5.918, 2.57693824084, 10175.1525105732], [5.482, 3.0797973728, 329.8370663655], [3.956, 5.00418696742, 184.7272873558], [5.408, 3.31313295602, 528.2064923863], [4.767, 4.91981150665, 456.3938392356], [3.77, 1.57277409442, 32.7164096664], [3.924, 4.92763242635, 180.2738692309], [3.707, 4.82965453201, 221.3758502853], [3.802, 4.96279204998, 594.6507036754], [4.014, 1.6390516403, 40.5807161926], [3.061, 0.39713858313, 1.4362885985], [3.261, 4.65478978469, 29.226199388], [3.474, 5.65891305944, 395.578702239], [2.918, 5.91079083895, 1.2238402774], [3.649, 3.88114678609, 494.5268748734], [3.225, 5.57423738665, 1014.1353475506], [2.845, 0.56009386585, 144.1465711632], [2.848, 0.55423029727, 567.8240007324], [3.44, 1.70887250883, 12.5301729722], [3.267, 5.6328779982, 488.5889840402], [3.107, 5.79335949207, 105.4922706636], [2.712, 2.43726364359, 60.7669528868], [3.202, 2.21483496593, 41.0537969446], [3.134, 4.69665220513, 82.8583534146], [3.59, 5.69939670162, 1124.34166877], [2.967, 0.54448940101, 135.5485514541], [3.211, 4.19927605853, 291.7040307277], [2.899, 5.99669788291, 22.633917249], [3.143, 2.93495725805, 31.2319369581], [2.729, 4.62707721219, 5.6290742925], [2.513, 5.60391563025, 19.1224551112], [2.69, 5.32070128202, 2.0057375701], [2.63, 6.00855841124, 37.1698277913], [2.296, 6.06934502789, 451.9404211107], [2.858, 4.88677262419, 258.0244132148], [2.879, 5.12239168488, 38.6543004996], [2.27, 2.08634524182, 30.0562807905], [2.301, 3.35951602914, 1028.3624415522], [3.001, 3.59143817947, 211.8146227297], [2.237, 0.3845555347, 3.6233367224], [2.901, 3.24755614136, 366.485629295], [2.592, 1.36262641469, 35.4247226521], [2.418, 4.93467056526, 47.6942631934], [2.089, 5.79838063413, 4.665866446], [2.586, 2.69392971321, 38.1812197476], [1.913, 5.53560681085, 149.5631971346], [1.971, 6.00790964671, 34.2008823747], [2.586, 6.24984047544, 38.084851528], [2.098, 4.57819744766, 1019.7644218431], [1.869, 3.85907708723, 911.042573332], [2.486, 5.21235809332, 140.001969579], [1.795, 1.68012868451, 1059.3819301892], [2.326, 2.82664069146, 807.9497991134], [1.984, 5.54763522932, 1022.7333672597], [1.919, 5.10717766499, 216.9224321604], [2.004, 5.47811228948, 63.7358983034], [2.021, 4.15631916516, 178.1350052168], [1.76, 6.00927149342, 172.1971143836], [2.14, 2.65037925793, 700.6642392008], [1.988, 3.3585027278, 186.2117600641], [1.956, 5.01527508588, 294.6729761443], [1.966, 4.07957525462, 20.6069278195], [1.637, 0.53823942149, 67.3592350258], [1.54, 2.62327849119, 41.7563723602], [1.81, 5.81430038477, 129.9194771616], [1.776, 4.37047808449, 328.3525936572], [1.46, 2.63664516309, 2.857070832], [1.388, 2.10598045632, 3.9321532631], [1.352, 0.55618245459, 0.6543913058], [1.668, 2.77543377384, 16.1535096946], [1.338, 0.37643611305, 14.0146456805], [1.218, 0.7345643475, 426.598190876], [1.531, 4.54891769768, 526.722019678], [1.61, 3.40993944436, 403.1341922245], [1.361, 4.48227243414, 17.6379824029], [1.589, 5.59323020112, 3302.479391062], [1.132, 5.6452072536, 151.0476698429], [1.357, 4.0639903143, 26.826702943], [1.494, 4.98692049495, 666.723989257], [1.077, 4.3091147025, 0.6331394464], [1.042, 6.02756893581, 106.0135355254], [1.06, 0.74679491358, 487.3651437628], [1.31, 3.7852638093, 386.9806825299], [1.342, 4.52685061062, 563.6312150384], [0.986, 0.00600924269, 81.3738807063], [1.232, 5.17443930901, 331.3215390738], [0.929, 4.51267465978, 38.3936680687], [0.956, 3.5044779102, 64.9597385808], [0.929, 4.43109514438, 37.8724032069], [0.926, 6.09803297747, 4.1446015842], [0.972, 0.59038366513, 8.9068362498], [1.246, 4.69840351226, 389.9496279465], [1.009, 5.98451242784, 142.1408335931], [1.02, 0.832338923, 39.3568759152], [1.013, 0.37845630298, 36.9091953604], [0.94, 2.42688145966, 343.2185725996], [0.974, 5.23958752786, 253.5709950899], [0.964, 5.09748190218, 357.4456666012], [0.835, 1.4556862667, 35.212274331], [1.077, 0.71409061316, 44.070926471], [1.083, 2.27578897621, 6.9010986797], [0.938, 5.03471583911, 69.3649725959], [1.078, 1.20253141912, 35.685355083], [1.027, 0.18243183397, 84.3428261229], [0.764, 4.62720907712, 0.8300814025], [1.013, 0.42234855022, 32.4557772355], [0.939, 4.50445799766, 365.0011565867], [0.756, 0.82872484717, 17.5261078183], [0.916, 3.89409205418, 38.2449102224], [0.736, 4.78125743795, 5.3684418616], [0.762, 0.0189733713, 189.3931538018], [0.738, 2.31770478416, 42.3258213318], [0.86, 4.82440483506, 210.3301500214], [0.888, 3.20360339895, 348.8476468921], [0.916, 5.04967792934, 38.0211610532], [0.638, 0.63267396269, 244.318584075], [0.636, 1.02615137352, 2080.6308247406], [0.774, 5.44432678139, 367.9701020033], [0.644, 1.94044989547, 446.3113468182], [0.631, 4.82928491724, 460.5384408198], [0.855, 3.57592750113, 439.782755154], [0.678, 4.48687912809, 351.8165923087], [0.724, 4.8914160928, 119.5069163441], [0.594, 0.59315717529, 491.036664595], [0.655, 1.99014093, 19.0105805266], [0.58, 2.57189536188, 492.0791943186], [0.694, 0.08328521209, 5.6772584023], [0.733, 5.81485239057, 29.7474642498], [0.666, 3.42196897591, 179.0982130633], [0.678, 0.29428615814, 171.2339065371], [0.635, 2.13805182663, 164.1203595363], [0.623, 5.6145494038, 285.3723810196], [0.529, 1.88063108785, 416.7763308895], [0.529, 5.1325078803, 697.743477894], [0.5, 1.49548514415, 704.8570248948], [0.487, 4.97772067947, 274.0660483248], [0.666, 6.26456825266, 1474.6737883704], [0.532, 0.25784352716, 477.3308354552], [0.557, 0.71378452161, 80.7194894005], [0.556, 2.60791360513, 418.2608035978], [0.584, 4.29064541383, 16.6747745564], [0.524, 5.4275939228, 290.2195580194], [0.524, 0.29054995359, 247.2393453818], [0.541, 4.36400580938, 815.0633461142], [0.526, 1.66512720297, 97.4155158163], [0.497, 4.72640318293, 401.6497195162], [0.432, 2.98481475894, 100.3844612329], [0.382, 0.28067758468, 8.385571388], [0.424, 6.16774845481, 178.7893965226], [0.484, 0.01535318279, 738.7972748386], [0.518, 4.4891659141, 875.830299001], [0.506, 5.38611121207, 404.6186649328], [0.396, 4.62747640832, 6.1503391543], [0.466, 0.23340415764, 120.9913890524], [0.409, 3.08849480895, 59.2824801785], [0.47, 5.01853200224, 313.6835566709], [0.442, 3.68919475089, 457.8783119439], [0.384, 3.69499925394, 160.9389657986], [0.364, 0.76192181046, 104.0077979553], [0.416, 0.26652109651, 103.0927742186], [0.401, 4.06530055968, 14.6690369863], [0.454, 3.72767803715, 476.4313180835], [0.434, 0.335338022, 984.6003316219], [0.34, 0.99915726716, 31.5407534988], [0.42, 3.65147769268, 20.4950532349], [0.334, 0.35121412008, 1227.4344429886], [0.323, 5.45836731979, 918.1561203328], [0.407, 4.19457842203, 309.7995875176], [0.381, 0.0136485696, 495.4900827199], [0.334, 4.05924071124, 8.3373872782], [0.38, 3.17063415023, 487.6257761937], [0.309, 0.48352303405, 118.0224436358], [0.38, 2.70238752925, 134.1122628556], [0.362, 4.8898581061, 438.2982824457], [0.327, 2.91090790412, 505.7850234584], [0.308, 0.96082817124, 21.1494445407], [0.288, 1.48123872077, 220.4126424388], [0.293, 2.56582281789, 662.531203563], [0.331, 4.37715965811, 180.7951340927], [0.326, 2.46104924164, 169.5369855077], [0.289, 2.63591886391, 55.7710180407], [0.288, 5.02487283285, 1440.7335384266], [0.344, 1.4893099727, 166.5680400911], [0.266, 0.63672427386, 79.1868325824], [0.268, 5.02354540478, 377.4194549743], [0.308, 1.50185265748, 77.2292791221], [0.324, 5.30240189273, 457.617679513], [0.265, 1.087366328, 450.4559484024], [0.264, 0.83337660655, 488.3765357191], [0.29, 1.80003152563, 101.8689339412], [0.262, 2.3039000336, 494.7393231945], [0.325, 5.52669889053, 441.2672278623], [0.254, 0.02963623277, 117.36805233], [0.3, 0.1743570554, 252.9166037841], [0.315, 5.3488501304, 183.7640795093], [0.313, 5.45945846595, 13.4933808187], [0.306, 5.23085809622, 45.2465826386], [0.237, 0.32676889138, 208.8456773131], [0.263, 2.66670785888, 464.7312265138], [0.234, 1.82700149824, 52175.8062831484], [0.275, 5.04385701142, 156.1554792736], [0.265, 5.64967127743, 326.8681209489], [0.247, 1.74540930625, 65.8747623175], [0.269, 6.09827783249, 1654.0326338646], [0.229, 2.25832077914, 190.665178189], [0.294, 5.45249564193, 206.1855484372], [0.238, 1.55647021369, 79.889407998], [0.23, 6.13158632762, 178.3474535379], [0.274, 4.10829870815, 518.3846323998], [0.225, 3.86300359251, 171.9846660625], [0.228, 2.48511565618, 12566.1516999828], [0.272, 5.61149862463, 148.3393568572], [0.214, 1.45987216039, 522.5774180938], [0.211, 4.04791980901, 6205.3253060075], [0.266, 0.99036038827, 209.106309744], [0.23, 0.5404995153, 532.6117264014], [0.226, 3.8415296162, 283.6272758804], [0.243, 5.32730346969, 485.9288551643], [0.209, 4.35051470487, 536.8045120954], [0.232, 3.01948719112, 10.9338256793], [0.264, 5.70536379124, 490.3340891794], [0.28, 3.99993658196, 674.8007441043], [0.246, 0.37698964335, 157.6399519819], [0.219, 5.67679857772, 52099.5402118728], [0.251, 1.52353965506, 6.8529145699], [0.203, 5.44328656642, 145.6310438715], [0.238, 0.96169723853, 497.1870037493], [0.219, 4.52300776062, 1615.8995982268], [0.275, 2.37619210741, 2118.7638603784], [0.258, 5.1244814878, 608.877797677], [0.26, 3.88543008475, 513.079881013], [0.191, 3.72574595369, 65.2203710117], [0.211, 0.06484535455, 215.4379594521], [0.236, 3.95835282821, 141.4864422873], [0.189, 5.28135043909, 377.1588225434], [0.243, 4.35559878377, 482.9599097477], [0.243, 6.06808644973, 154.0166152595], [0.249, 1.57215637373, 14.2270940016], [0.238, 1.93340192445, 500.1559491659], [0.209, 5.02893682321, 364.559213602], [0.227, 5.7298429854, 1543.8263126452], [0.217, 2.45036922991, 187.1749679106], [0.181, 1.65699502247, 1627.2059309216], [0.214, 1.60213179145, 11.3063326948], [0.203, 0.74638490279, 14.5571624017], [0.192, 3.17719161639, 343.4792050305], [0.177, 1.50027795761, 9.449352971], [0.177, 0.03038098292, 165.6048322446], [0.176, 4.64462444674, 315.1680293792], [0.208, 2.65835778368, 496.0113475817], [0.174, 2.76155855705, 49.1787359017], [0.196, 1.95549714182, 335.7749571987], [0.2, 4.16839394758, 285.1117485887], [0.199, 0.06168021293, 73.5577582899], [0.188, 6.17288913873, 535.3200393871], [0.215, 1.92414563346, 552.6973893591], [0.166, 5.4903813969, 10135.5350022271], [0.192, 0.9697343412, 304.2342036999], [0.209, 5.34065233845, 13.642138665], [0.203, 5.11234865419, 324.7292569348], [0.177, 3.5068084179, 207.3612046048], [0.174, 1.95010708561, 319.3126309634], [0.187, 5.57685931698, 266.1011680621], [0.181, 1.43525075751, 279.7433067271], [0.165, 4.00537112057, 493.5636670269], [0.191, 1.68313683465, 563.3705826075], [0.173, 3.93200456456, 238.9019581036], [0.161, 5.96143146317, 36.1272980677], [0.194, 2.3766423145, 944.9828232758], [0.165, 0.97421918976, 556.5176680376], [0.189, 1.11279570541, 1127.2624300768], [0.172, 0.75085513952, 267.5856407704], [0.193, 2.12636756833, 20350.3050211464], [0.181, 2.1081456208, 113.8778420516], [0.194, 1.13504964219, 57.255490749], [0.181, 6.23699820519, 355.9611938929], [0.198, 5.68125942959, 6280.1069045748], [0.173, 5.15083799917, 474.9468453752], [0.151, 1.66981962338, 116.5379709275], [0.15, 5.42593657173, 526.9826521089], [0.205, 4.16096717573, 711.4493070338], [0.177, 3.49360697678, 421.2297490144], [0.168, 0.52839230204, 487.1045113319], [0.16, 4.77712663799, 524.0137066923], [0.145, 2.81448128781, 1512.8068240082], [0.146, 4.9957011266, 142.6620984549], [0.188, 0.8210416155, 10210.3166007944], [0.145, 4.96888131586, 1189.3014073508], [0.181, 2.9970479059, 75.7448064138], [0.176, 0.41626373842, 222.8603229936], [0.137, 2.96534226337, 6206.8097787158], [0.138, 1.22260849471, 187.6962327724], [0.128, 2.53394068407, 276.7743613105], [0.13, 3.04810765699, 310.7146112543], [0.122, 3.01323006886, 70.8494453042], [0.111, 0.77449448649, 179.3588454942], [0.141, 0.18423889807, 131.4039498699], [0.126, 5.77648809669, 525.2375469697], [0.124, 2.93225731024, 179.6194779251], [0.111, 6.18471578216, 981.6313862053], [0.141, 2.63342951123, 381.6122406683], [0.11, 5.25053027081, 986.0848043302], [0.096, 3.86591534559, 240.125798381], [0.12, 3.78755085035, 1057.8974574809], [0.093, 4.54014016637, 36.6967470393], [0.109, 1.533275859, 419.7452763061], [0.094, 4.21870300178, 1024.217839968], [0.109, 2.15905156247, 289.5651667136], [0.104, 0.20665642552, 564.8550553158], [0.081, 1.89134135215, 36.6003788197], [0.08, 4.38832594589, 10137.0194749354], [0.08, 1.73940577376, 39.5056337615], [0.084, 0.81316746605, 170.7126416753], [0.09, 0.60145818457, 36.7604375141], [0.074, 4.92511651321, 1549.4553869377], [0.072, 5.06852406179, 249.9476583675]], [[3837687716.731, 0.0, 0.0], [16604.187, 4.86319129565, 1.4844727083], [15807.148, 2.27923488532, 38.1330356378], [3334.701, 3.6819967602, 76.2660712756], [1305.84, 3.67320813491, 2.9689454166], [604.832, 1.50477747549, 35.1640902212], [178.623, 3.45318524147, 39.6175083461], [106.537, 2.45126138334, 4.4534181249], [105.747, 2.7547932655, 33.6796175129], [72.684, 5.48724732699, 36.6485629295], [57.069, 5.2164980497, 0.5212648618], [57.355, 1.85767603384, 114.3991069134], [35.368, 4.51676827545, 74.7815985673], [32.216, 5.9041148968, 77.7505439839], [29.871, 3.67043294114, 388.4651552382], [28.866, 5.16877529164, 9.5612275556], [28.742, 5.16732589024, 2.4476805548], [25.507, 5.24526281928, 168.0525127994], [24.869, 4.7319306781, 182.279606801], [20.205, 5.78945415677, 1021.2488945514], [19.022, 1.82981144269, 484.444382456], [18.661, 1.31606255521, 498.6714764576], [15.063, 4.9500389376, 137.0330241624], [15.094, 3.9870525494, 32.1951448046], [10.72, 2.44148149225, 4.192785694], [11.725, 4.89255650674, 71.8126531507], [9.581, 1.23188039594, 5.9378908332], [9.606, 1.88534821556, 41.1019810544], [8.968, 0.01758559103, 8.0767548473], [9.882, 6.08165628679, 7.1135470008], [7.632, 5.51307048241, 73.297125859], [6.992, 0.61688864282, 2.9207613068], [5.543, 2.24141557794, 46.2097904851], [4.845, 3.7105582375, 112.9146342051], [3.7, 5.25713252333, 111.4301614968], [3.233, 6.10303038418, 70.3281804424], [2.939, 4.86520586648, 98.8999885246], [2.403, 2.90637675099, 601.7642506762], [2.398, 1.04343654629, 6.592282139], [2.784, 4.95821114677, 108.4612160802], [2.894, 4.20148844767, 381.3516082374], [2.111, 5.93089610785, 25.6028626656], [2.075, 5.20632201951, 30.7106720963], [2.126, 0.54976393136, 41.0537969446], [2.235, 2.38045158073, 453.424893819], [1.859, 0.89409373259, 24.1183899573], [2.018, 3.42245274178, 31.019488637], [1.7, 3.91715254287, 11.0457002639], [1.776, 3.86571077241, 395.578702239], [1.644, 0.15855999051, 152.5321425512], [1.646, 3.34591387314, 44.7253177768], [1.876, 2.59784179105, 33.9402499438], [1.614, 0.42137145545, 175.1660598002], [1.468, 6.12983933526, 1550.939859646], [1.408, 6.13722948564, 490.0734567485], [1.207, 0.59525736062, 312.1990839626], [1.336, 3.28611928206, 493.0424021651], [1.176, 5.87266726996, 5.4166259714], [1.517, 3.12967210501, 491.5579294568], [1.053, 4.6037551683, 79.2350166922], [1.037, 4.89007314395, 1.2720243872], [1.034, 5.93741289103, 32.7164096664], [1.038, 1.13470380744, 1014.1353475506], [1.002, 1.85850922283, 5.1078094307], [0.983, 0.05345050384, 7.4223635415], [0.998, 1.73689827444, 1028.3624415522], [1.193, 4.63176675581, 60.7669528868], [0.94, 3.09103721222, 62.2514255951], [0.994, 4.11489180313, 4.665866446], [0.89, 0.87049255398, 31.2319369581], [0.852, 5.35508394316, 144.1465711632], [0.922, 5.12373360511, 145.1097790097], [0.789, 0.37496785039, 26.826702943], [0.828, 4.060351946, 115.8835796217], [0.711, 3.14189997439, 278.2588340188], [0.727, 1.39718382835, 213.299095438], [0.781, 0.10946327923, 173.6815870919], [0.793, 6.13086312116, 567.8240007324], [0.669, 4.50554989443, 27.0873353739], [0.825, 1.35568908148, 129.9194771616], [0.738, 3.5676601896, 176.6505325085], [0.714, 6.24797992301, 106.9767433719], [0.654, 1.13177751192, 68.8437077341], [0.624, 0.01567750666, 28.5718080822], [0.608, 4.60180625368, 189.3931538018], [0.595, 0.00857468445, 42.5864537627], [0.53, 5.61201247153, 12.5301729722], [0.521, 1.02371768017, 415.2918581812], [0.639, 0.68930265745, 529.6909650946], [0.526, 3.02138731705, 5.6290742925], [0.456, 4.44331571392, 43.2408450685], [0.524, 3.43316448349, 38.6543004996], [0.436, 2.41630174435, 82.8583534146], [0.424, 1.95736011325, 477.3308354552], [0.443, 3.39350946329, 357.4456666012], [0.383, 1.90232196422, 22.633917249], [0.479, 5.55141744216, 37.611770776], [0.462, 3.80436154644, 343.2185725996], [0.384, 5.60377408953, 594.6507036754], [0.369, 4.45577410338, 6.9010986797], [0.358, 3.69126616347, 3.9321532631], [0.352, 3.10952926034, 135.5485514541], [0.368, 3.53577440355, 40.5807161926], [0.424, 5.27159202779, 181.7583419392], [0.361, 0.29018303419, 72.0732855816], [0.39, 5.49512204296, 350.3321196004], [0.378, 2.74122401337, 488.3765357191], [0.372, 0.39980033572, 494.7393231945], [0.353, 1.10614174053, 20.6069278195], [0.296, 0.86351261285, 149.5631971346], [0.307, 5.39420288683, 160.9389657986], [0.395, 1.93577214824, 10137.0194749354], [0.288, 2.28755739359, 47.6942631934], [0.295, 2.4873753724, 19.1224551112], [0.29, 0.18636083306, 143.6253063014], [0.266, 3.09977370364, 69.3649725959], [0.266, 1.21002824826, 505.7850234584], [0.252, 3.12745026026, 460.5384408198], [0.328, 0.50849285663, 6206.8097787158], [0.257, 3.64119914774, 446.3113468182], [0.239, 5.54080102299, 911.042573332], [0.265, 0.62702473701, 253.5709950899], [0.287, 2.44403568436, 16.6747745564], [0.231, 2.47026250085, 454.9093665273], [0.23, 3.24571542922, 1066.49547719], [0.282, 1.48595620175, 983.1158589136], [0.212, 5.41931177641, 64.9597385808], [0.213, 1.64175339637, 1089.129394439], [0.238, 2.69801319489, 882.9438460018], [0.21, 4.53976756699, 1093.322180133], [0.22, 2.30038816175, 1052.2683831884], [0.256, 0.4207359846, 23.9059416362], [0.216, 5.4422591887, 39.0962434843], [0.201, 2.58746514605, 119.5069163441], [0.224, 4.43751392203, 639.897286314], [0.186, 2.50651218075, 487.3651437628], [0.189, 4.05785534221, 120.9913890524], [0.184, 2.24245977278, 815.0633461142], [0.202, 3.43517732411, 45.2465826386], [0.175, 4.49165234532, 171.2339065371], [0.171, 5.50633466316, 179.0982130633], [0.2, 6.12663205401, 14.2270940016], [0.173, 2.61090344107, 389.9496279465], [0.167, 3.94754384833, 77.2292791221], [0.166, 3.41009128748, 81.3738807063], [0.163, 3.88198848446, 556.5176680376], [0.164, 1.49614763046, 63.7358983034], [0.176, 3.86129425367, 148.3393568572], [0.161, 2.22215642318, 574.9375477332], [0.171, 0.66899426684, 179.3106613844], [0.161, 1.21480182441, 1024.4302882891], [0.155, 3.25842414799, 10251.4185818488], [0.183, 5.45168150656, 218.4069048687], [0.152, 3.35145509017, 285.3723810196], [0.152, 0.42398786475, 274.0660483248], [0.146, 5.70714579127, 419.4846438752], [0.156, 0.6432152487, 1029.8469142605], [0.147, 4.3095893074, 157.6399519819], [0.147, 1.8068917751, 377.4194549743], [0.14, 1.49826604627, 386.9806825299], [0.137, 2.14480243915, 563.6312150384], [0.127, 3.9872659971, 84.3428261229], [0.134, 4.16039455079, 169.5369855077], [0.121, 0.29300927469, 206.1855484372], [0.129, 2.6762505701, 180.7951340927], [0.134, 3.18868986487, 166.5680400911], [0.135, 5.0751756178, 426.598190876], [0.136, 1.8167245174, 151.0476698429], [0.129, 3.64795525602, 183.7640795093], [0.116, 6.06435563172, 220.4126424388], [0.123, 4.46641157829, 1022.7333672597], [0.112, 4.34485256988, 138.5174968707], [0.116, 5.58946529961, 35.685355083], [0.108, 1.03796693383, 488.5889840402], [0.108, 2.1037848588, 494.5268748734], [0.106, 0.87068583107, 1059.3819301892], [0.097, 0.74486741478, 485.9288551643], [0.095, 5.54259914856, 497.1870037493], [0.085, 3.16062141266, 522.5774180938], [0.097, 6.05634803604, 482.9599097477], [0.095, 0.2311185273, 500.1559491659], [0.084, 2.64687252518, 536.8045120954], [0.074, 3.90678924318, 1019.7644218431]], [[53892.649, 0.0, 0.0], [281.251, 1.19084538887, 38.1330356378], [295.693, 1.85520292248, 1.4844727083], [270.19, 5.72143228148, 76.2660712756], [23.023, 1.21035596452, 2.9689454166], [7.333, 0.5403330683, 2.4476805548], [9.057, 4.42544992035, 35.1640902212], [5.223, 0.67427930044, 168.0525127994], [5.201, 3.02338671812, 182.279606801], [4.288, 3.84351844003, 114.3991069134], [3.925, 3.53214557374, 484.444382456], [3.741, 5.90238217874, 498.6714764576], [2.966, 0.31002477611, 4.4534181249], [3.415, 0.55971639038, 74.7815985673], [3.255, 1.84921884906, 175.1660598002], [2.157, 1.89135758747, 388.4651552382], [2.211, 4.3799709224, 7.1135470008], [1.847, 3.48574435762, 9.5612275556], [2.451, 4.68586840176, 491.5579294568], [1.844, 5.12281562096, 33.6796175129], [2.204, 1.69321574906, 77.7505439839], [1.652, 2.55859494053, 36.6485629295], [1.309, 4.52400192922, 1021.2488945514], [1.124, 0.38710602242, 137.0330241624], [0.664, 0.88101734307, 4.192785694], [0.497, 2.24615784762, 395.578702239], [0.512, 6.22609200672, 381.3516082374], [0.582, 5.25716719826, 31.019488637], [0.446, 0.36647221351, 98.8999885246], [0.383, 5.48585528762, 5.9378908332], [0.375, 4.61250246774, 8.0767548473], [0.354, 1.30783918287, 601.7642506762], [0.259, 5.66033623678, 112.9146342051], [0.247, 2.89695614593, 189.3931538018], [0.245, 4.26572913391, 220.4126424388], [0.2, 0.52604535784, 64.9597385808], [0.191, 4.88786653062, 39.6175083461], [0.233, 3.16423779113, 41.1019810544], [0.248, 5.85877831382, 1059.3819301892], [0.194, 2.37949641473, 73.297125859], [0.227, 0.20028518978, 60.7669528868], [0.184, 3.01962045713, 1014.1353475506], [0.19, 5.57500985081, 343.2185725996], [0.172, 3.66036463613, 477.3308354552], [0.172, 0.59550457102, 46.2097904851], [0.182, 1.92429384025, 183.7640795093], [0.171, 1.61368476689, 357.4456666012], [0.173, 6.23717119485, 493.0424021651], [0.217, 1.46218158211, 71.8126531507], [0.178, 0.34928799031, 1028.3624415522], [0.169, 4.91086673212, 166.5680400911], [0.157, 5.89200571154, 169.5369855077], [0.182, 2.33457064554, 152.5321425512], [0.151, 3.81621340568, 146.594251718], [0.136, 2.75150881988, 144.1465711632], [0.104, 6.03262825314, 529.6909650946], [0.076, 0.20932812381, 453.424893819]], [[31.254, 0.0, 0.0], [12.461, 6.04431418812, 1.4844727083], [14.541, 1.35337075856, 76.2660712756], [11.547, 6.11257808366, 38.1330356378], [1.351, 4.93951495175, 2.9689454166], [0.741, 2.35936954597, 168.0525127994], [0.715, 1.27409542804, 182.279606801], [0.537, 5.23632185196, 484.444382456], [0.523, 4.16769839601, 498.6714764576], [0.664, 0.55871435877, 31.019488637], [0.301, 2.69253200796, 7.1135470008], [0.194, 2.05904114139, 137.0330241624], [0.206, 2.51012178002, 74.7815985673], [0.16, 5.63111039032, 114.3991069134], [0.149, 3.09327713923, 35.1640902212]], [[113.998, 3.14159265359, 0.0], [0.605, 3.18211885677, 76.2660712756]], [[0.874, 3.14159265359, 0.0]]]

This table contains Neptune’s periodic terms (all of them) from the planetary theory VSOP87 for the heliocentric longitude at the equinox of date (taken from the ‘D’ solution). In Meeus’ book a shortened version can be found in pages 452-453.

pymeeus.Neptune.VSOP87_R = [[[3007013206.102, 0.0, 0.0], [27062259.49, 1.3299945893, 38.1330356378], [1691764.281, 3.25186138896, 36.6485629295], [807830.737, 5.18592836167, 1.4844727083], [537760.613, 4.52113902845, 35.1640902212], [495725.642, 1.57105654815, 491.5579294568], [274571.97, 1.84552256801, 175.1660598002], [135134.095, 3.37220607384, 39.6175083461], [121801.825, 5.79754444303, 76.2660712756], [100895.397, 0.37702748681, 73.297125859], [69791.722, 3.79617226928, 2.9689454166], [46687.838, 5.74937810094, 33.6796175129], [24593.778, 0.50801728204, 109.9456887885], [16939.242, 1.59422166991, 71.8126531507], [14229.686, 1.07786112902, 74.7815985673], [12011.825, 1.92062131635, 1021.2488945514], [8394.731, 0.67816895547, 146.594251718], [7571.8, 1.07149263431, 388.4651552382], [5720.852, 2.59059512267, 4.4534181249], [4839.672, 1.9068599107, 41.1019810544], [4483.492, 2.90573457534, 529.6909650946], [4270.202, 3.41343865825, 453.424893819], [4353.79, 0.6798566237, 32.1951448046], [4420.804, 1.74993796503, 108.4612160802], [2881.063, 1.98600105123, 137.0330241624], [2635.535, 3.09755943422, 213.299095438], [3380.93, 0.84810683275, 183.2428146475], [2878.942, 3.67415901855, 350.3321196004], [2306.293, 2.80962935724, 70.3281804424], [2530.149, 5.79839567009, 490.0734567485], [2523.132, 0.48630800015, 493.0424021651], [2087.303, 0.61858378281, 33.9402499438], [1976.522, 5.1170304456, 168.0525127994], [1905.254, 1.72186472126, 182.279606801], [1654.039, 1.92782545887, 145.1097790097], [1435.072, 1.70005157785, 484.444382456], [1403.029, 4.58914203187, 498.6714764576], [1499.193, 1.01623299513, 219.891377577], [1398.86, 0.7622031762, 176.6505325085], [1403.377, 6.07659416908, 173.6815870919], [1128.56, 5.96661179805, 9.5612275556], [1228.304, 1.59881465324, 77.7505439839], [835.414, 3.97066884218, 114.3991069134], [811.186, 3.0025888087, 46.2097904851], [731.925, 2.10447054189, 181.7583419392], [615.781, 2.97874625677, 106.9767433719], [704.778, 1.1873821088, 256.5399405065], [502.04, 1.38657803368, 5.9378908332], [530.357, 4.24059166485, 111.4301614968], [437.096, 2.27029212923, 1550.939859646], [400.25, 1.25609325435, 8.0767548473], [421.011, 1.89084929506, 30.7106720963], [382.457, 3.29965259685, 983.1158589136], [422.485, 5.53186169605, 525.4981794006], [355.389, 2.27847846648, 218.4069048687], [280.062, 1.54129714238, 98.8999885246], [314.499, 3.95932948594, 381.3516082374], [280.556, 4.54238271682, 44.7253177768], [267.738, 5.13323364247, 112.9146342051], [333.311, 5.75067616021, 39.0962434843], [291.625, 4.02398326341, 68.8437077341], [321.429, 1.50625025822, 454.9093665273], [309.196, 2.85452752153, 72.0732855816], [345.094, 1.35905860594, 293.188503436], [307.439, 0.31964571332, 601.7642506762], [251.356, 3.53992782846, 312.1990839626], [248.152, 3.41078346726, 37.611770776], [306.0, 2.72475094464, 6244.9428143536], [293.532, 4.89079857814, 528.2064923863], [234.479, 0.59231043427, 42.5864537627], [239.628, 3.16441455173, 143.6253063014], [214.523, 3.6248028304, 278.2588340188], [246.198, 1.01506302015, 141.2258098564], [174.089, 5.55011789988, 567.8240007324], [163.934, 2.10166491786, 2.4476805548], [162.897, 2.48946521653, 4.192785694], [193.455, 1.5842528758, 138.5174968707], [155.323, 3.28425127954, 31.019488637], [182.469, 2.45244890571, 255.0554677982], [177.846, 4.14773474853, 10175.1525105732], [174.413, 1.53042999914, 329.8370663655], [137.649, 3.34900537767, 0.9632078465], [161.011, 5.16655038482, 211.8146227297], [113.473, 4.96286007991, 148.0787244263], [128.823, 3.25521535448, 24.1183899573], [107.363, 3.26457701792, 1059.3819301892], [122.732, 5.39399536941, 62.2514255951], [120.529, 3.08050145518, 184.7272873558], [99.356, 1.92888554099, 28.5718080822], [97.713, 2.59474415429, 6.592282139], [124.095, 3.1151675034, 221.3758502853], [124.693, 2.97042405451, 251.4321310758], [114.252, 0.25039919123, 594.6507036754], [111.006, 3.34276426767, 180.2738692309], [120.939, 1.92914010593, 25.6028626656], [104.667, 0.94883561775, 395.578702239], [109.779, 5.43147520571, 494.5268748734], [96.919, 0.86184760695, 1014.1353475506], [98.685, 0.8957795271, 488.5889840402], [88.968, 4.78109764779, 144.1465711632], [107.888, 0.98700578434, 1124.34166877], [97.067, 2.62667400276, 291.7040307277], [75.131, 5.88936524779, 43.2408450685], [93.718, 6.09873565184, 526.722019678], [94.822, 0.2066294394, 456.3938392356], [70.036, 2.39683345663, 426.598190876], [77.187, 4.2107675324, 105.4922706636], [89.874, 3.25100749923, 258.0244132148], [69.133, 4.93031154435, 1028.3624415522], [90.657, 1.69466970587, 366.485629295], [74.242, 3.14479101276, 82.8583534146], [57.995, 0.86159785905, 60.7669528868], [78.695, 1.0930757555, 700.6642392008], [57.23, 0.81331949225, 2.9207613068], [63.443, 4.39590123005, 149.5631971346], [55.698, 3.89047249911, 47.6942631934], [56.43, 5.15003563302, 0.5212648618], [56.174, 5.42986960794, 911.042573332], [61.746, 6.16453667559, 1019.7644218431], [70.503, 0.08077330612, 40.5807161926], [74.677, 4.8590449998, 186.2117600641], [61.861, 4.78702599861, 11.0457002639], [61.135, 0.83712253227, 1022.7333672597], [61.268, 5.70228826765, 178.1350052168], [52.887, 0.37458943972, 27.0873353739], [56.722, 3.52318112447, 216.9224321604], [48.819, 5.10789123481, 64.9597385808], [63.29, 4.3942491003, 807.9497991134], [64.062, 6.28297531806, 7.1135470008], [46.356, 1.34735469284, 451.9404211107], [60.54, 3.40316162416, 294.6729761443], [46.9, 0.17048203552, 7.4223635415], [56.766, 0.45048868231, 140.001969579], [55.887, 1.06815733757, 172.1971143836], [53.761, 2.79644687008, 328.3525936572], [43.828, 6.04655696644, 135.5485514541], [49.549, 0.64106656292, 41.0537969446], [53.96, 2.91774494436, 563.6312150384], [42.961, 5.40175361431, 487.3651437628], [51.508, 0.09105540708, 210.3301500214], [41.889, 3.12343223889, 29.226199388], [47.655, 3.90701760087, 63.7358983034], [41.639, 6.26847783513, 32.7164096664], [41.429, 4.45464156759, 37.1698277913], [40.745, 0.16043648294, 79.2350166922], [48.205, 1.8419837301, 403.1341922245], [36.912, 0.44771386183, 30.0562807905], [47.762, 0.88083849566, 3302.479391062], [39.465, 3.50565484069, 357.4456666012], [42.139, 0.63375113663, 343.2185725996], [41.275, 1.36370496322, 31.2319369581], [42.612, 3.55270845713, 38.6543004996], [38.931, 5.2669175327, 415.2918581812], [38.967, 5.25866056502, 386.9806825299], [33.734, 5.24400184426, 67.3592350258], [40.879, 3.55292279438, 331.3215390738], [38.768, 1.12288359393, 38.1812197476], [37.5, 6.08687972441, 35.4247226521], [38.831, 4.67876780698, 38.084851528], [38.231, 6.26491054328, 389.9496279465], [29.976, 4.45759985804, 22.633917249], [31.356, 0.07746010366, 12.5301729722], [26.341, 4.59559782754, 106.0135355254], [27.465, 5.9954158789, 206.1855484372], [25.152, 4.4986776032, 34.2008823747], [24.122, 5.17089441917, 129.9194771616], [28.997, 3.6492721021, 253.5709950899], [27.173, 4.37944546475, 142.1408335931], [30.634, 1.5934880656, 348.8476468921], [31.464, 1.05065113524, 100.3844612329], [24.056, 1.02801635413, 41.7563723602], [22.632, 4.72511111292, 81.3738807063], [21.942, 3.48416607882, 69.1525242748], [26.333, 3.01556008632, 365.0011565867], [22.355, 3.92220883921, 5.1078094307], [22.498, 4.03487494425, 19.1224551112], [22.885, 1.58977064672, 189.3931538018], [26.52, 3.61427038042, 367.9701020033], [25.496, 2.43810518614, 351.8165923087], [19.111, 2.59694457001, 2080.6308247406], [19.64, 6.15701741238, 35.212274331], [25.688, 2.00512719767, 439.782755154], [21.613, 3.32354204724, 119.5069163441], [25.389, 4.74025836522, 1474.6737883704], [18.107, 5.35129342595, 244.318584075], [23.295, 5.93767742799, 316.3918696566], [22.087, 4.81594755148, 84.3428261229], [16.972, 3.0510514994, 220.4126424388], [20.022, 4.99276451168, 179.0982130633], [20.37, 1.86508317889, 171.2339065371], [19.426, 2.04829970231, 5.4166259714], [22.628, 0.27205783433, 666.723989257], [19.072, 3.70882976684, 164.1203595363], [17.969, 3.40425338171, 69.3649725959], [18.716, 0.90215956591, 285.3723810196], [15.889, 0.42011285882, 697.743477894], [14.988, 3.08544843665, 704.8570248948], [14.774, 3.36129613309, 274.0660483248], [15.972, 1.82864185268, 477.3308354552], [13.892, 2.94161501165, 38.3936680687], [13.922, 2.85574364078, 37.8724032069], [15.481, 4.94982954853, 101.8689339412], [17.571, 5.82317632469, 35.685355083], [15.856, 5.04973561582, 36.9091953604], [16.414, 3.63049397028, 45.2465826386], [17.158, 2.51251149482, 20.6069278195], [12.941, 3.03041555329, 522.5774180938], [15.752, 5.00292909214, 247.2393453818], [12.679, 0.20331109568, 460.5384408198], [16.26, 5.93480347217, 815.0633461142], [12.903, 3.51141502996, 446.3113468182], [13.891, 5.5106469767, 31.5407534988], [13.668, 5.4557613532, 39.3568759152], [13.418, 3.95805150079, 290.2195580194], [15.368, 2.45783892707, 26.826702943], [14.246, 3.18588280921, 401.6497195162], [12.222, 4.94370170146, 14.0146456805], [15.484, 3.79703715637, 404.6186649328], [13.427, 3.79527836573, 151.0476698429], [14.45, 4.93940408761, 120.9913890524], [14.331, 4.71117327722, 738.7972748386], [11.566, 5.91003539239, 536.8045120954], [15.578, 2.91836788254, 875.830299001], [13.124, 2.16056013419, 152.5321425512], [11.744, 2.94770244071, 2.7083129857], [12.793, 1.97868575679, 1.3725981237], [12.969, 0.00535826017, 97.4155158163], [13.891, 4.7643544182, 0.2606324309], [13.729, 2.3230647385, 38.2449102224], [10.714, 6.18129683877, 115.8835796217], [11.61, 4.61712859898, 178.7893965226], [11.257, 0.79300245838, 42.3258213318], [14.5, 5.44690193314, 44.070926471], [11.534, 5.26580538005, 160.9389657986], [13.355, 5.20849186729, 32.4557772355], [13.658, 2.15687632802, 476.4313180835], [13.782, 3.47865209163, 38.0211610532], [12.714, 2.09462988855, 20.4950532349], [13.257, 5.15138524813, 103.0927742186], [9.715, 0.7459788348, 918.1561203328], [10.34, 5.38977407079, 222.8603229936], [13.357, 5.89635739027, 748.0978699633], [12.632, 1.20306997433, 16.1535096946], [11.437, 1.58444114292, 495.4900827199], [11.424, 4.74142930795, 487.6257761937], [9.098, 5.19932138822, 118.0224436358], [9.336, 0.97313630925, 662.531203563], [9.827, 4.48170250645, 505.7850234584], [8.585, 0.20375451897, 944.9828232758], [8.875, 5.53111742265, 17.5261078183], [9.957, 4.03258125243, 169.5369855077], [11.506, 3.11649121817, 17.6379824029], [9.818, 5.20376439002, 1.5963472929], [10.16, 3.74441320429, 457.617679513], [8.661, 0.31247523804, 1440.7335384266], [8.496, 1.06445636872, 55.7710180407], [11.162, 1.92907800408, 564.8550553158], [8.057, 0.31116345866, 377.4194549743], [9.851, 4.23328578127, 418.2608035978], [7.938, 2.40417397694, 488.3765357191], [9.894, 0.63707319139, 183.7640795093], [9.913, 3.94049519088, 441.2672278623], [7.867, 3.87469522964, 494.7393231945], [7.589, 3.15909316566, 416.7763308895], [8.496, 5.38968698704, 104.0077979553], [9.716, 3.06038536864, 166.5680400911], [9.377, 0.56416645296, 673.316271396], [8.771, 5.24534141981, 1057.8974574809], [7.99, 1.55726966638, 59.2824801785], [9.09, 4.32953439022, 29.7474642498], [9.667, 5.89033222679, 358.4088744477], [7.209, 2.29464803358, 79.1868325824], [8.062, 0.44458003524, 19.0105805266], [8.254, 3.47304582051, 156.1554792736], [9.804, 6.06393995615, 784.7464328928], [8.516, 5.99060386955, 180.7951340927], [8.09, 1.38588221442, 1654.0326338646], [9.074, 4.0397149046, 1017.0561088574], [6.908, 1.41919832926, 178.3474535379], [8.23, 2.53750470473, 518.3846323998], [8.594, 5.29104206063, 457.8783119439], [6.769, 5.43380191356, 171.9846660625], [8.571, 0.35876828441, 636.6677084665], [8.995, 1.36992508507, 6209.7787241324], [6.641, 2.92327140872, 0.0481841098], [9.278, 3.80308677009, 25558.2121764796], [6.567, 4.01934954352, 0.1118745846], [6.441, 4.28250687347, 36.1272980677], [7.257, 4.09776235307, 326.8681209489], [8.384, 5.49363770202, 532.6117264014], [7.471, 4.62144262894, 526.9826521089], [7.5, 0.61545750834, 485.9288551643], [7.716, 1.04880632264, 525.2375469697], [8.504, 2.79350586429, 10139.988420352], [7.466, 5.07942174095, 157.6399519819], [7.186, 6.22833818429, 77.2292791221], [7.784, 1.89308880453, 984.6003316219], [6.513, 0.07498932215, 79.889407998], [6.077, 2.96673519667, 36.6967470393], [7.706, 5.7063258079, 209.106309744], [7.265, 4.94483532589, 131.4039498699], [6.984, 2.53239305821, 497.1870037493], [7.824, 2.31462643851, 513.079881013], [7.175, 3.69203633127, 524.0137066923], [6.855, 0.14076801572, 283.6272758804], [6.922, 3.36515011915, 438.2982824457], [7.349, 3.50406958122, 500.1559491659], [6.301, 0.14776691217, 608.877797677], [5.892, 4.24403528888, 4.665866446], [7.613, 5.14905171677, 259.5088859231], [7.128, 5.92696788834, 482.9599097477], [6.829, 1.01745137848, 1543.8263126452], [5.981, 4.79954091087, 215.4379594521], [5.526, 2.34003154732, 65.2203710117], [6.817, 6.1216282969, 395.0574373772], [5.369, 3.76855960849, 52099.5402118728], [5.776, 5.61434462641, 987.5692770385], [7.523, 5.60432148128, 2810.9214616052], [7.329, 3.76815551582, 1512.8068240082], [5.616, 2.13872867116, 145.6310438715], [5.258, 0.3085083691, 36.6003788197], [5.688, 1.82274388581, 1227.4344429886], [5.658, 2.35049199704, 5.6290742925], [6.135, 4.23390561816, 496.0113475817], [5.128, 2.89050864873, 313.6835566709], [6.472, 3.49494191669, 552.6973893591], [4.983, 3.91958511552, 10135.5350022271], [5.217, 0.40052635702, 319.3126309634], [4.952, 1.42482088612, 49.1787359017], [5.964, 5.70758449643, 309.7995875176], [5.091, 6.00974510144, 1409.7140497896], [5.205, 5.5027133451, 238.9019581036], [4.8, 1.1345031067, 134.0640787458], [4.943, 1.43051344597, 422.405405182], [5.604, 2.05669305961, 207.3612046048], [6.31, 5.22966882627, 139.7413371481], [4.772, 3.06668713747, 464.7312265138], [4.919, 3.57280542629, 52175.8062831484], [4.762, 5.90654311203, 838.9692877504], [4.848, 0.77467099227, 1.6969210294], [5.694, 0.77313415569, 709.9648343255], [5.455, 0.90289242792, 208.8456773131], [4.901, 3.79986913631, 15.4991183888], [4.772, 0.15755140037, 39.5056337615], [5.673, 2.68359159067, 1127.2624300768], [5.477, 0.53123497431, 113.8778420516], [5.077, 1.59268428609, 1547.9709142294], [4.981, 1.44584050478, 1.2720243872], [5.813, 5.85024085408, 57.255490749], [5.52, 5.06396698257, 421.2297490144], [5.938, 0.96886308551, 6280.1069045748], [5.206, 3.5800381937, 474.9468453752], [5.256, 0.61005270999, 95.9792272178], [5.531, 5.28764137194, 36.7604375141], [6.158, 5.73176703797, 711.4493070338], [5.003, 2.19048397989, 501.6404218742], [5.15, 5.58407480282, 26049.7701059364], [5.138, 4.55234158942, 670.916774951], [5.609, 4.3727275978, 52.8020726241], [5.636, 2.39183054397, 10210.3166007944], [4.512, 2.59978208967, 1234.5479899894], [5.412, 4.58813638089, 179.6194779251], [4.314, 3.38846714337, 142.6620984549], [4.708, 5.23537414423, 3.6233367224], [4.471, 3.94378336812, 12566.1516999828], [5.296, 1.12249063176, 134.1122628556], [4.188, 2.52490407427, 6205.3253060075], [4.645, 1.90644271528, 13324.3166711614], [4.502, 2.01956920977, 315.1680293792], [5.346, 2.94804816223, 353.0404325861], [4.177, 2.09489065926, 803.7570134194], [5.296, 3.88249567974, 2118.7638603784], [5.325, 4.28221258353, 477.9157907918], [5.519, 0.09960891963, 600.019145537], [5.169, 0.59948596687, 6.9010986797], [4.179, 0.14619703083, 6644.5762904701], [4.49, 1.07042724999, 52139.15772021889], [3.97, 6.13227798578, 1553.9088050626], [3.97, 4.69887237362, 91.7864415238], [4.234, 0.14478458924, 65.8747623175], [5.183, 3.52837189306, 110.2063212194], [5.259, 6.20809827528, 142.7102825647], [3.869, 5.25125030487, 1558.0534066468], [4.457, 2.10248126544, 487.1045113319], [4.89, 1.83606790269, 46.5186070258], [3.875, 5.60269278935, 385.4962098216], [3.826, 1.30946706974, 2176.6100519584], [4.591, 4.84657580441, 1337.640764208], [5.111, 1.18808079775, 981.6313862053], [4.709, 1.40878215308, 52213.9393187862], [3.891, 5.43661875415, 154.6710065653], [4.145, 4.32505910718, 363.5166838784], [4.441, 3.5015842457, 187.6962327724], [3.703, 2.48768949613, 67.8804998876], [4.094, 1.4234704726, 310.7146112543], [3.681, 5.70552661143, 491.6698040414], [4.787, 3.65822147476, 589.3459522886], [4.02, 5.45643059988, 6641.6073450535], [3.656, 0.57790726599, 491.4460548722], [4.288, 3.35265955957, 203.2166030206], [3.843, 4.61508898119, 1025.7023126763], [3.767, 0.05292047125, 320.2758388099], [4.632, 0.82011276589, 3265.8308281325], [4.609, 5.25443775917, 296.1574488526], [4.555, 5.30391170376, 26013.1215430069], [3.556, 4.80267245336, 224.3447957019], [4.859, 5.52756242256, 487.4133278726], [3.626, 1.44624342082, 70.8494453042], [4.302, 1.60914544159, 12529.5031370533], [3.493, 4.75315651083, 12489.8856287072], [3.722, 0.27433061822, 949.4362414007], [4.234, 5.25112033465, 194.2885149114], [3.451, 2.97409317928, 499.6346843041], [4.796, 6.21059766333, 491.8185618877], [3.639, 1.25605018211, 2603.2082428344], [4.646, 5.71392540144, 321.7603115182], [3.702, 2.08952561657, 491.036664595], [3.672, 2.87489628704, 497.49582029], [3.965, 1.0548498824, 75.7448064138], [3.416, 0.68584132933, 305.0855369618], [4.513, 4.3892700249, 425.1137181677], [3.853, 0.61321572401, 12526.5341916367], [3.788, 3.3222199584, 3140.0127549298], [3.781, 5.58125317044, 1652.5481611563], [3.903, 5.31609723466, 408.1783111804], [3.945, 3.60558877407, 1589.0728952838], [4.084, 0.83813879869, 52.3601296394], [4.084, 3.50290269471, 23.9059416362], [3.694, 1.03218855688, 481.4754370394], [3.636, 5.31068934607, 141.4864422873], [3.345, 3.94392179077, 20389.92252949249], [4.639, 6.24618220184, 821.3949958223], [3.934, 0.26992234338, 1655.5171065729], [4.431, 2.486474378, 549.7284439425], [4.168, 5.39993754642, 236.5024616586], [4.02, 0.07393243012, 52136.18877480229], [4.055, 1.34004288978, 1054.9285120643], [3.275, 0.98533127454, 1344.7543112088], [3.213, 2.97105590703, 20386.95358407589], [4.428, 0.06728869735, 491.2972970259], [4.063, 0.0619283857, 6168.676743078], [3.804, 5.34897033476, 523.7530742614], [3.917, 5.67905809516, 1131.1945833399], [3.833, 0.87811168267, 52.6901980395], [4.02, 2.69209723289, 1439.4615140394], [4.373, 1.86209663434, 73.5577582899], [3.159, 1.04693380342, 703.3725521865], [3.116, 5.2015916684, 449.232108125], [3.258, 4.65131076542, 696.2590051857], [3.427, 0.27003884843, 2389.9091473964], [4.349, 0.07531141761, 20426.571092422], [3.383, 5.61838426864, 699.2279506023], [3.305, 1.4166687729, 562.1467423301], [3.297, 5.46677712589, 1442.2180111349], [3.277, 2.71815883511, 980.146913497], [3.171, 4.49510885866, 1439.2490657183], [4.175, 4.24327707038, 381.6122406683], [3.155, 3.40776789576, 39.7293829307], [4.112, 0.90309319273, 1087.6931058405], [3.35, 5.27474671017, 80.7194894005], [3.725, 1.52448613082, 1058.109905802], [3.65, 3.59798316565, 192.8040422031], [3.837, 1.48519528444, 10098.8864392976], [2.959, 1.23012121982, 2500.1154686158], [3.33, 6.12470287875, 10172.1835651566], [3.361, 4.31837298696, 492.0791943186], [3.288, 3.14692435376, 347.3631741838], [2.992, 5.01304660316, 175.21424391], [3.294, 2.52694043155, 1692.1656695024], [2.984, 1.8178065989, 175.1178756904], [3.013, 0.92957285991, 1515.7757694248], [3.863, 5.4604492857, 332.8060117821], [3.403, 1.10932483984, 987.3086446076], [3.312, 0.67710158807, 977.4867846211], [3.03, 1.77996261146, 156489.2858138074], [3.605, 4.89955108152, 1043.8828118004], [2.937, 0.6046967123, 990.2294059144], [3.276, 4.26765608367, 1189.3014073508], [2.966, 5.29808076929, 31.9826964835], [2.994, 2.58599359402, 178.086821107], [3.905, 1.87748122254, 1158.2819187138], [3.11, 3.09203517638, 235.933012687], [3.313, 2.70308129756, 604.4725636619], [3.276, 1.24440460327, 874.6546428334], [3.276, 5.58544609667, 950.920714109], [3.746, 0.33859914037, 913.9633346388], [3.552, 3.07180917863, 240.3864308119], [2.885, 6.01130634957, 1097.514965827], [3.643, 5.11977873355, 452.2010535416], [2.768, 4.38396269009, 391.4341006548], [2.776, 5.0182159483, 8.9068362498], [2.99, 5.62911695857, 140.6563608848], [2.761, 4.05534163807, 6283.0758499914], [3.226, 4.76711354367, 6241.973868937], [3.748, 4.84009347869, 341.7340998913], [2.752, 4.53621078796, 6206.8097787158], [3.847, 2.40982343643, 26086.4186688659], [2.727, 3.28234198801, 483.4811746095], [2.884, 4.05452029151, 1.2238402774], [2.702, 3.72061244391, 946.4672959841], [2.723, 4.37517047024, 15.1903018481], [2.847, 5.22951186538, 661.0467308547], [2.68, 4.19379121323, 13.184564278], [3.269, 0.4311977852, 496.9745554282], [3.489, 3.82213189319, 625.9945152181], [3.757, 3.88223872147, 495.702531041], [2.872, 5.00345974886, 252.0865223816], [3.742, 2.03372773652, 8.5980197091], [3.172, 1.11135762382, 260.9933586314], [3.341, 2.91360557418, 304.2342036999], [2.915, 2.63627684599, 6681.2248533996], [2.915, 1.4377362589, 6604.958782124], [2.629, 2.0982440745, 2713.4145640538], [2.901, 3.3392480023, 515.463871093], [2.803, 1.23584865903, 6643.0918177618], [3.045, 3.33515866438, 921.0768816396], [2.699, 5.4259779465, 925.2696673336], [2.808, 5.77870303237, 1024.217839968], [3.028, 3.75501312393, 511.5954083047], [3.09, 2.49453093252, 14.6690369863], [2.913, 4.83296711477, 515.936951845], [3.139, 5.9913425471, 570.7447620392], [2.752, 3.08268180744, 853.196381752], [2.779, 3.74527347899, 494.0056100116], [2.643, 1.99093797444, 470.2172884544], [2.763, 4.01095972177, 448.9714756941], [2.643, 5.24970673655, 249.9476583675], [3.426, 4.73955481174, 1050.9963588012], [2.573, 2.01267457287, 1514.2912967165], [2.633, 1.63640090603, 170.7126416753], [3.034, 4.48979734509, 560.7104537316], [3.025, 5.51446170055, 369.4545747116], [3.095, 4.01459691667, 1615.8995982268], [2.49, 0.15301603966, 78187.44335344699], [2.589, 0.79196093766, 1228.9189156969], [3.143, 5.33170343283, 1542.3418399369], [3.138, 4.50785484172, 461.7622810972], [2.812, 3.7424659412, 2.0057375701], [3.062, 4.88018345098, 227.9681324243], [2.553, 4.85437812287, 488.8496164711], [2.971, 1.27359129352, 530.914805372], [2.646, 3.64828423565, 335.7749571987], [3.329, 2.71693827722, 171.021458216], [2.648, 0.60243117586, 70.5888128733], [3.061, 5.05044834864, 378.6432952517], [2.738, 4.75405645015, 151.260118164], [2.728, 5.89052930055, 213.9534867438], [3.411, 2.24137878065, 734.4557312983], [2.623, 0.54340876464, 1586.1039498672], [3.169, 5.84871429991, 1049.5118860929], [2.43, 2.34595493263, 450.4559484024], [2.907, 5.58085498481, 597.5714649822], [3.3, 0.94221473935, 58.1705144857], [2.543, 5.30426930256, 419.4846438752], [3.175, 2.32600231924, 339.2864193365], [2.858, 2.36621678719, 32.5039613453], [2.712, 5.79983621237, 1587.5884225755], [3.34, 1.36950315448, 384.2723695442], [3.301, 5.83023910521, 51.7751743028], [2.415, 0.6944692367, 489.5521918867], [2.736, 5.74320864965, 1167.8431462694], [2.956, 5.22962139507, 199.8538987291], [3.262, 0.01501002027, 1545.3107853535], [2.506, 4.84043333582, 943.4983505675], [3.24, 2.46676155925, 1016.7954764265], [3.148, 4.62079057738, 233.533516242], [2.327, 4.10421417326, 70.1157321213], [2.371, 4.79963943424, 271.145287018], [3.006, 3.66877796077, 1476.1582610787], [2.537, 5.66681769885, 21.1494445407], [3.006, 0.9304890948, 21.9795259432], [3.033, 0.6715748869, 292.4859280204], [2.344, 1.83547256266, 492.3086889822], [3.117, 2.76268894894, 1473.1893156621], [2.323, 2.88799980853, 533.6231183577], [2.34, 4.44862573253, 490.8071699314], [2.511, 0.99467349084, 266.1011680621], [2.919, 4.75889516601, 1511.3223512999], [2.493, 6.10541658597, 1225.9499702803], [2.798, 3.06162629894, 419.7452763061], [2.691, 3.20679023131, 463.5073862364], [2.291, 5.81534758547, 246.9787129509], [2.319, 6.0551428147, 525.7588118315], [3.112, 0.89712836583, 314.9073969483], [3.085, 5.84605938859, 1192.2221686576], [2.897, 0.54747024257, 20350.3050211464], [3.067, 2.22206306288, 248.4631856592], [2.252, 0.87483094907, 61.0275853177], [2.392, 3.62837597194, 439.1977998174], [2.817, 2.73562306571, 16.6747745564], [2.379, 6.17876088396, 467.6519878206], [2.598, 4.82643304253, 384.5811860849], [2.718, 1.01823841209, 215.9592243139], [2.998, 1.097557153, 1964.7472451189], [2.884, 2.97813466834, 383.0967133766], [2.231, 4.48841493844, 4.1446015842], [2.203, 2.23336308907, 481.2629887183], [2.26, 2.3540491366, 659.6104422562], [2.491, 1.7023635707, 445.3481389717], [3.041, 5.55577674116, 674.8007441043], [2.289, 1.18497528002, 1552.4243323543], [2.975, 0.48272389481, 1052.4808315095], [2.339, 0.75318738767, 478.8153081635], [3.011, 0.16359500858, 54.2865453324], [2.82, 6.18522693724, 556.5176680376], [2.266, 5.91286000054, 3.4902102784], [2.231, 1.45038594906, 196.5067008026]], [[236338.502, 0.70498011235, 38.1330356378], [13220.279, 3.32015499895, 1.4844727083], [8621.863, 6.2162895163, 35.1640902212], [2701.74, 1.88140666779, 39.6175083461], [2153.15, 5.16873840979, 76.2660712756], [2154.735, 2.09431198086, 2.9689454166], [1463.924, 1.18417031047, 33.6796175129], [1603.165, 0.0, 0.0], [1135.773, 3.91891199655, 36.6485629295], [897.65, 5.24122933533, 388.4651552382], [789.908, 0.5331548458, 168.0525127994], [760.03, 0.02051033644, 182.279606801], [607.183, 1.0770650035, 1021.2488945514], [571.622, 3.40060785432, 484.444382456], [560.79, 2.88685815667, 498.6714764576], [490.19, 3.46830928696, 137.0330241624], [264.093, 0.86220057976, 4.4534181249], [270.526, 3.27355867939, 71.8126531507], [203.524, 2.41820674409, 32.1951448046], [155.438, 0.36537064534, 41.1019810544], [132.766, 3.60157672619, 9.5612275556], [93.626, 0.66670888163, 46.2097904851], [83.317, 3.25992461673, 98.8999885246], [72.205, 4.47717435693, 601.7642506762], [68.983, 1.46326969479, 74.7815985673], [86.953, 5.77228651853, 381.3516082374], [68.717, 4.52563942435, 70.3281804424], [64.724, 3.85477388838, 73.297125859], [68.377, 3.39509945953, 108.4612160802], [53.375, 5.43650770516, 395.578702239], [44.453, 3.61409723545, 2.4476805548], [41.243, 4.73866592865, 8.0767548473], [48.331, 1.98568593981, 175.1660598002], [41.744, 4.94257598763, 31.019488637], [44.102, 1.41744904844, 1550.939859646], [41.17, 1.41999374753, 490.0734567485], [41.099, 4.86312637841, 493.0424021651], [36.267, 5.30764043577, 312.1990839626], [36.284, 0.38187812797, 77.7505439839], [40.619, 2.27237172464, 529.6909650946], [32.36, 5.91123007786, 5.9378908332], [31.197, 2.70549944134, 1014.1353475506], [32.73, 5.22147683115, 41.0537969446], [36.079, 4.87817494829, 491.5579294568], [30.181, 3.63273193845, 30.7106720963], [29.991, 3.30769367603, 1028.3624415522], [27.048, 1.77647060739, 44.7253177768], [27.756, 4.55583165091, 7.1135470008], [27.475, 0.97228280623, 33.9402499438], [24.944, 3.10083391185, 144.1465711632], [25.958, 2.99724758632, 60.7669528868], [21.369, 4.71270048898, 278.2588340188], [21.283, 0.68957829113, 251.4321310758], [23.727, 5.12044184469, 176.6505325085], [21.392, 0.86286397645, 4.192785694], [23.373, 1.64955088447, 173.6815870919], [24.163, 3.56602004577, 145.1097790097], [20.238, 5.61479765982, 24.1183899573], [26.958, 4.14294870704, 453.424893819], [24.048, 1.00718363213, 213.299095438], [18.322, 1.98028683488, 72.0732855816], [18.266, 6.17260374467, 189.3931538018], [19.201, 4.65162168927, 106.9767433719], [17.606, 1.60307551767, 62.2514255951], [16.545, 1.69931816587, 357.4456666012], [20.132, 3.29520553529, 114.3991069134], [15.425, 4.38812302799, 25.6028626656], [19.173, 2.20014267311, 343.2185725996], [15.077, 3.66802659382, 0.5212648618], [14.029, 0.5533633329, 129.9194771616], [13.361, 5.8575108372, 68.8437077341], [15.357, 4.20731277007, 567.8240007324], [12.746, 3.52815836608, 477.3308354552], [11.724, 5.5764726346, 31.2319369581], [11.533, 0.89138506506, 594.6507036754], [10.508, 4.35552732772, 32.7164096664], [10.826, 5.21826226871, 26.826702943], [10.085, 1.98102855874, 40.5807161926], [10.518, 5.27281360238, 2.9207613068], [9.207, 0.50092534158, 64.9597385808], [9.231, 0.6818097771, 160.9389657986], [8.735, 5.80657503476, 6.592282139], [10.114, 4.51164596694, 28.5718080822], [10.392, 5.18877536013, 42.5864537627], [9.873, 3.7651215808, 181.7583419392], [8.35, 2.82449631025, 43.2408450685], [9.838, 1.494387636, 47.6942631934], [7.645, 4.07503370297, 389.9496279465], [8.004, 2.78082277326, 505.7850234584], [7.44, 2.35731983047, 11.0457002639], [7.342, 1.62279119952, 135.5485514541], [9.45, 0.27241261915, 426.598190876], [7.192, 0.82841201068, 911.042573332], [6.979, 1.86753914872, 206.1855484372], [6.874, 0.83802906828, 82.8583534146], [7.897, 1.86554246391, 38.6543004996], [6.729, 3.98338053636, 12.5301729722], [6.357, 0.90093123522, 487.3651437628], [6.72, 1.339360407, 220.4126424388], [7.695, 5.13312500855, 23.9059416362], [7.059, 5.99832463494, 639.897286314], [8.302, 3.85960902325, 37.611770776], [6.412, 2.41743702679, 1059.3819301892], [6.751, 1.9686089447, 45.2465826386], [6.431, 4.07813226506, 35.685355083], [5.517, 3.8132579089, 815.0633461142], [5.562, 0.4161960215, 563.6312150384], [6.115, 2.10934525342, 697.743477894], [6.216, 4.79301628209, 143.6253063014], [5.346, 3.13071964722, 386.9806825299], [5.245, 6.06245070403, 171.2339065371], [5.129, 0.79394555531, 179.0982130633], [5.168, 4.73765992885, 522.5774180938], [6.422, 0.64684316894, 350.3321196004], [5.006, 2.37645082899, 77.2292791221], [5.005, 4.70632786971, 460.5384408198], [5.167, 5.2024661657, 446.3113468182], [5.119, 2.17338058771, 494.7393231945], [5.025, 4.21265519856, 536.8045120954], [4.722, 6.22814313946, 63.7358983034], [5.125, 5.38138329172, 179.3106613844], [4.918, 4.09031782903, 488.3765357191], [4.652, 5.10765073368, 274.0660483248], [4.711, 5.56542374115, 42.3258213318], [4.459, 1.3078482983, 69.3649725959], [5.485, 3.88088464259, 218.4069048687], [4.416, 3.05353893868, 27.0873353739], [4.559, 4.92224120952, 285.3723810196], [4.393, 4.18047835584, 5.4166259714], [4.687, 2.2140115321, 1029.8469142605], [4.644, 1.87902594973, 1433.6199914258], [5.639, 3.05596737234, 983.1158589136], [6.045, 5.68817982786, 351.8165923087], [4.43, 3.37768805833, 377.4194549743], [4.683, 2.14346624864, 97.4155158163], [5.845, 4.62301099402, 1024.217839968], [4.536, 2.45860473853, 496.0113475817], [4.398, 5.65312496227, 3.9321532631], [4.287, 0.66340266603, 1012.6508748423], [4.086, 0.14551174994, 385.2837615005], [4.029, 5.98399329775, 178.3474535379], [4.276, 3.6820508297, 348.8476468921], [5.257, 3.75263242432, 379.8671355291], [4.012, 0.42559540783, 104313.47953065898], [4.025, 2.40645188238, 84.3428261229], [3.957, 0.86846121055, 171.9846660625], [3.961, 3.04953080906, 1017.3167412883], [5.559, 0.77714806229, 1447.8470854274], [5.071, 2.61075526868, 1536.7127656444], [4.052, 5.00014006312, 391.6465489759], [5.182, 4.73444634983, 382.8360809457], [3.763, 4.29449373755, 313.6835566709], [4.038, 2.82857942788, 1661.1461808654], [4.067, 5.7316992896, 169.5369855077], [3.841, 1.6258092842, 0.9632078465], [3.901, 2.70874386576, 14.0146456805], [3.721, 1.20062375429, 1026.8779688439], [3.911, 3.01809123569, 100.3844612329], [3.489, 4.28865448963, 1025.1810478145], [3.714, 5.05021268365, 292.4859280204], [3.816, 3.93084933114, 39.0962434843], [3.988, 2.82832650224, 134.1122628556], [3.745, 4.24728135115, 180.7951340927], [3.836, 1.02685786071, 1018.2799491348], [3.941, 5.21895739331, 183.7640795093], [4.669, 4.38080962573, 1066.49547719], [3.78, 6.03723468132, 1022.7333672597], [3.647, 3.98130320367, 608.877797677], [3.456, 5.54052355058, 846.0828347512], [4.047, 3.71041480907, 1018.0675008137], [3.865, 4.76002199091, 166.5680400911], [3.629, 3.29053233846, 447.7958195265], [3.564, 4.36703678321, 397.0631749473], [3.304, 1.49289552229, 1505.6932770074], [3.976, 2.42476188945, 106.0135355254], [4.217, 4.21677652639, 1052.2683831884], [3.294, 0.42088065654, 22.633917249], [3.615, 3.68096122231, 494.5268748734], [3.23, 5.10786091356, 69.1525242748], [3.28, 3.62226152032, 531.1754378029], [3.337, 2.7250287632, 481.4754370394], [3.187, 0.08677634706, 399.5108555021], [3.389, 1.79454271219, 1519.920371009], [3.179, 3.40418030121, 423.6292454594], [3.154, 3.69356460843, 470.2172884544], [3.706, 2.79048710497, 462.0229135281], [3.136, 4.38015969606, 385.4962098216], [3.122, 0.48346644637, 79.1868325824], [3.392, 0.48037804731, 521.0929453855], [3.465, 0.93152295589, 2183.7235989592], [3.735, 0.98809808606, 487.4133278726], [3.998, 3.38773325131, 6283.0758499914], [2.998, 2.61728063127, 487.6257761937], [3.295, 2.53821501556, 4.665866446], [2.964, 3.66274645375, 495.4900827199], [3.901, 1.65463523144, 210.3301500214], [2.95, 1.99904237956, 872.9095376942], [2.948, 2.90769224206, 391.4341006548], [2.971, 0.31626092637, 5.1078094307], [3.085, 0.95725590904, 109.9456887885], [2.995, 3.34433305798, 394.0942295307], [3.126, 5.89472116854, 105.4922706636], [3.904, 3.01022809543, 556.5176680376], [3.388, 6.24936444215, 535.3200393871], [2.93, 6.15005257333, 164.1203595363], [3.267, 4.19718045293, 518.3846323998], [3.946, 2.8884275967, 151.260118164], [3.076, 6.04134449219, 142.1408335931], [2.823, 0.60712626756, 214.7835681463], [2.917, 2.74502617182, 138.5174968707], [3.347, 6.09373507569, 6246.4272870619], [3.659, 5.12211619716, 79.2350166922], [3.01, 0.24656411754, 91.7864415238], [2.861, 6.17465663902, 422.405405182], [2.989, 2.31620917965, 485.9288551643], [3.088, 2.29186342974, 110.2063212194], [3.03, 3.698661491, 532.6117264014], [3.02, 2.36422658177, 290.2195580194], [3.17, 1.23078934548, 10176.6369832815], [2.652, 3.35836234807, 148.0787244263], [2.673, 6.03366372927, 196.5067008026], [2.63, 0.46957619348, 1970.4245035212], [2.599, 4.86022081674, 439.1977998174], [2.878, 2.61946597178, 488.5889840402], [2.72, 1.71836225398, 364.559213602], [3.333, 3.25126857354, 30.0562807905], [3.053, 2.49346960035, 6243.4583416453], [3.062, 6.23776299963, 419.4846438752], [2.786, 0.83078219939, 497.1870037493], [2.834, 3.52926079424, 457.8783119439], [2.932, 1.80245810977, 500.1559491659], [3.03, 5.10152500393, 367.9701020033], [2.956, 5.76230870725, 986.0848043302], [3.116, 2.20042242739, 495.702531041], [2.554, 0.65945973992, 67.3592350258], [2.901, 3.91891656185, 10173.6680378649], [2.84, 1.34453183591, 482.9599097477], [2.458, 1.20012815574, 489.110248902], [2.556, 3.86921927085, 487.1045113319], [2.614, 1.51881085312, 463.5073862364], [2.386, 4.58400538443, 615.9913446778], [2.438, 5.19827220476, 501.1191570124], [2.537, 1.64802783144, 519.6084726772], [2.444, 3.87859489652, 185.2485522176], [2.795, 4.0426575258, 255.0554677982], [2.895, 3.26202698812, 1646.9190868638], [2.225, 5.75197574692, 605.9570363702], [2.324, 3.99503920129, 481.2629887183], [2.962, 1.74151265966, 2080.6308247406], [2.621, 1.74442251671, 35.212274331]], [[4247.412, 5.89910679117, 38.1330356378], [217.57, 0.3458182908, 1.4844727083], [163.025, 2.2387294713, 168.0525127994], [156.285, 4.59414467342, 182.279606801], [117.94, 5.10295026024, 484.444382456], [112.429, 1.19000583596, 498.6714764576], [127.141, 2.84786298079, 35.1640902212], [99.467, 3.41578558739, 175.1660598002], [64.814, 3.4621406484, 388.4651552382], [77.286, 0.01659281785, 491.5579294568], [49.509, 4.06995509133, 76.2660712756], [39.33, 6.09521855958, 1021.2488945514], [36.45, 5.17130059988, 137.0330241624], [37.08, 5.97288967681, 2.9689454166], [30.484, 3.58259801313, 33.6796175129], [21.099, 0.76843555176, 36.6485629295], [13.886, 3.59248623971, 395.578702239], [13.117, 5.09263515697, 98.8999885246], [11.379, 1.18060018898, 381.3516082374], [9.132, 2.34787658568, 601.7642506762], [8.527, 5.25134685897, 2.4476805548], [8.136, 4.96270726986, 4.4534181249], [7.417, 4.46775409796, 189.3931538018], [7.225, 1.92287508629, 9.5612275556], [7.289, 1.6551952578, 1028.3624415522], [8.076, 5.84268048311, 220.4126424388], [9.654, 0.0, 0.0], [6.554, 0.69397520733, 144.1465711632], [7.782, 1.14341656235, 1059.3819301892], [5.665, 6.25378258571, 74.7815985673], [5.628, 5.23383764266, 46.2097904851], [5.523, 4.59041448911, 1014.1353475506], [5.177, 5.23116646157, 477.3308354552], [5.503, 3.49522319102, 183.7640795093], [4.878, 3.52934357721, 39.6175083461], [4.787, 2.08260524745, 41.1019810544], [5.055, 0.19949888617, 166.5680400911], [4.751, 1.1805494827, 169.5369855077], [4.747, 1.50608965076, 73.297125859], [6.113, 6.18326155595, 71.8126531507], [4.606, 3.91970908886, 587.5371566746], [5.756, 2.23667359233, 176.6505325085], [4.536, 2.84337336954, 7.1135470008], [4.338, 0.51553847388, 446.3113468182], [3.891, 0.26338839265, 1550.939859646], [4.465, 3.01487041298, 129.9194771616], [3.727, 2.37977930658, 160.9389657986], [3.84, 3.7929038188, 111.4301614968], [4.142, 1.70293820961, 983.1158589136], [3.296, 1.07748822909, 505.7850234584], [4.008, 0.30663868827, 494.7393231945], [3.974, 5.9735178384, 488.3765357191], [3.925, 4.85736421123, 60.7669528868], [2.966, 2.01608546009, 822.176893115], [3.972, 1.07780371834, 374.2380612366], [3.843, 5.23002047199, 350.3321196004], [2.848, 6.17799253802, 704.8570248948], [3.527, 0.79317138165, 274.0660483248], [2.828, 1.32275775835, 386.9806825299], [2.773, 5.37132330836, 251.4321310758], [3.113, 5.1262228869, 426.598190876], [3.344, 5.61433537548, 1124.34166877], [2.597, 0.67759426519, 312.1990839626], [2.581, 3.55847612121, 567.8240007324], [2.578, 1.45603792456, 1035.475988553], [2.541, 5.19427579702, 1227.4344429886], [2.51, 4.12148891512, 171.2339065371], [2.511, 2.71606957319, 179.0982130633], [2.342, 0.96469916587, 1019.7644218431], [2.5, 0.7028227603, 707.7777862016], [2.48, 4.59623030219, 693.5506922], [2.253, 0.74334306011, 976.0023119128]], [[166.297, 4.55243893489, 38.1330356378], [22.38, 3.94830879358, 168.0525127994], [21.348, 2.86296778794, 182.279606801], [16.233, 0.54226725872, 484.444382456], [15.623, 5.75702251906, 498.6714764576], [11.867, 4.4028019271, 1.4844727083], [6.448, 5.19003066847, 31.019488637], [3.655, 5.91335292846, 1007.0218005498], [3.681, 1.62865545676, 388.4651552382], [3.198, 0.70197118575, 1558.0534066468], [3.243, 1.8803566598, 522.5774180938], [3.269, 2.94301808574, 76.2660712756], [2.688, 1.87062743473, 402.6922492398], [3.246, 0.79381356193, 536.8045120954], [2.65, 5.76858449026, 343.2185725996], [2.644, 4.64542905401, 500.1559491659], [2.541, 4.79217120822, 482.9599097477], [2.523, 1.7286988978, 395.578702239], [2.69, 2.21096415618, 446.3113468182], [2.355, 5.77381398401, 485.9288551643], [2.874, 6.1964334054, 815.0633461142], [2.278, 3.66579603119, 497.1870037493]], [[4.227, 2.40375758563, 477.3308354552], [4.333, 0.10459484545, 395.578702239], [3.545, 4.78431259422, 1028.3624415522], [3.154, 3.88192942366, 505.7850234584], [3.016, 1.03609346831, 189.3931538018], [2.294, 1.10879658603, 182.279606801], [2.295, 5.67776133184, 168.0525127994]]]

This table contains Neptune’s periodic terms (all of them) from the planetary theory VSOP87 for the radius vector at the equinox of date (taken from the ‘D’ solution). In Meeus’ book a shortened version can be found in page 454.