mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 06:17:03 -04:00
Planet apsis: all planets but Pluto now have prediction error below 0.1 degrees.
Adjust VSOP models for planets to bring their prediction errors beneath 0.1 degrees of a total orbit. ctest no longer runs tests when no command line arguments are given. That was annoying because I kept running it by accident.
This commit is contained in:
@@ -2341,7 +2341,12 @@ _vsop = [
|
||||
[
|
||||
[0.72334820891, 0.00000000000, 0.00000000000],
|
||||
[0.00489824182, 4.02151831717, 10213.28554621100],
|
||||
[0.00001658058, 4.90206728031, 20426.57109242200]
|
||||
[0.00001658058, 4.90206728031, 20426.57109242200],
|
||||
[0.00001378043, 1.12846591367, 11790.62908865880],
|
||||
[0.00001632096, 2.84548795207, 7860.41939243920],
|
||||
[0.00000498395, 2.58682193892, 9683.59458111640],
|
||||
[0.00000221985, 2.01346696541, 19367.18916223280],
|
||||
[0.00000237454, 2.55136053886, 15720.83878487840]
|
||||
],
|
||||
[
|
||||
[0.00034551041, 0.89198706276, 10213.28554621100]
|
||||
@@ -2409,7 +2414,12 @@ _vsop = [
|
||||
[0.00001575572, 2.84685214877, 7860.41939243920],
|
||||
[0.00000924799, 5.45292236722, 11506.76976979360],
|
||||
[0.00000542439, 4.56409151453, 3930.20969621960],
|
||||
[0.00000472110, 3.66100022149, 5884.92684658320]
|
||||
[0.00000472110, 3.66100022149, 5884.92684658320],
|
||||
[0.00000085831, 1.27079125277, 161000.68573767410],
|
||||
[0.00000057056, 2.01374292245, 83996.84731811189],
|
||||
[0.00000055736, 5.24159799170, 71430.69561812909],
|
||||
[0.00000174844, 3.01193636733, 18849.22754997420],
|
||||
[0.00000243181, 4.27349530790, 11790.62908865880]
|
||||
],
|
||||
[
|
||||
[0.00103018607, 1.10748968172, 6283.07584999140],
|
||||
@@ -2619,7 +2629,10 @@ _vsop = [
|
||||
[0.00023947298, 0.27458037480, 7.11354700080],
|
||||
[0.00013032614, 2.96042965363, 1162.47470440780],
|
||||
[0.00009703360, 1.90669633585, 206.18554843720],
|
||||
[0.00012749023, 2.71550286592, 1052.26838318840]
|
||||
[0.00012749023, 2.71550286592, 1052.26838318840],
|
||||
[0.00007057931, 2.18184839926, 1265.56747862640],
|
||||
[0.00006137703, 6.26418240033, 846.08283475120],
|
||||
[0.00002616976, 2.00994012876, 1581.95934828300]
|
||||
],
|
||||
[
|
||||
[0.01271801520, 2.64937512894, 529.69096509460],
|
||||
@@ -2725,7 +2738,14 @@ _vsop = [
|
||||
[0.00048913294, 1.55733638681, 202.25339517410],
|
||||
[0.00034143772, 0.19519102597, 277.03499374140],
|
||||
[0.00032401773, 5.47084567016, 949.17560896980],
|
||||
[0.00020936596, 0.46349251129, 735.87651353180]
|
||||
[0.00020936596, 0.46349251129, 735.87651353180],
|
||||
[0.00009796004, 5.20477537945, 1265.56747862640],
|
||||
[0.00011993338, 5.98050967385, 846.08283475120],
|
||||
[0.00020839300, 1.52102476129, 433.71173787680],
|
||||
[0.00015298404, 3.05943814940, 529.69096509460],
|
||||
[0.00006465823, 0.17732249942, 1052.26838318840],
|
||||
[0.00011380257, 1.73105427040, 522.57741809380],
|
||||
[0.00003419618, 4.94550542171, 1581.95934828300]
|
||||
],
|
||||
[
|
||||
[0.06182981340, 0.25843511480, 213.29909543800],
|
||||
@@ -2828,7 +2848,10 @@ _vsop = [
|
||||
[0.00039025624, 3.36234773834, 277.03499374140],
|
||||
[0.00036755274, 3.88649278513, 146.59425171800],
|
||||
[0.00030348723, 0.70100838798, 151.04766984290],
|
||||
[0.00029156413, 3.18056336700, 77.75054398390]
|
||||
[0.00029156413, 3.18056336700, 77.75054398390],
|
||||
[0.00022637073, 0.72518687029, 529.69096509460],
|
||||
[0.00011959076, 1.75043392140, 984.60033162190],
|
||||
[0.00025620756, 5.25656086672, 380.12776796000]
|
||||
],
|
||||
[
|
||||
[0.01479896629, 3.67205697578, 74.78159856730]
|
||||
|
||||
Reference in New Issue
Block a user