// The Earth cumulative rotation around the Sun by day, starting at December 21 // If Winter Solstice shifts to Dec 22, move first value to end // For leap year, will have to make new table // The Aphelion is on Jan 2, slowlys shifting forward - should not be a factor var earrotDAT = [ 0.9991,1.9982,2.9974,3.9966,4.9959,5.9952,6.9946,7.9940,8.9935,9.9930, 10.9925,11.9920,12.9915,13.9910,14.9905,15.9900,16.9895,17.9890,18.9885,19.9880, 20.9874,21.9868,22.9862,23.9855,24.9848,25.9840,26.9831,27.9822,28.9812,29.9801, 30.9790,31.9778,32.9765,33.9751,34.9736,35.9720,36.9703,37.9685,38.9666,39.9645, 40.9623,41.9600,42.9576,43.9550,44.9523,45.9494,46.9464,47.9432,48.9399,49.9364, 50.9327,51.9289,52.9249,53.9207,54.9163,55.9117,56.9069,57.9020,58.8969,59.8916, 60.8860,61.8802,62.8742,63.8680,64.8616,65.8550,66.8481,67.8410,68.8337,69.8262, 70.8184,71.8104,72.8021,73.7936,74.7849,75.7759,76.7667,77.7572,78.7475,79.7375, 80.7272,81.7167,82.7059,83.6948,84.6835,85.6719,86.6600,87.6479,88.6355,89.6228, 90.6099,91.5967,92.5832,93.5694,94.5553,95.5410,96.5264,97.5115,98.4963,99.4808, 100.4651,101.4491,102.4328,103.4162,104.3993,105.3822,106.3648,107.3471,108.3291,109.3108, 110.2923,111.2735,112.2544,113.2350,114.2153,115.1954,116.1752,117.1547,118.1339,119.1129, 120.0916,121.0700,122.0482,123.0261,124.0037,124.9811,125.9582,126.9350,127.9116,128.8879, 129.8640,130.8398,131.8154,132.7907,133.7658,134.7406,135.7152,136.6896,137.6637,138.6376, 139.6113,140.5847,141.5579,142.5309,143.5037,144.4763,145.4487,146.4209,147.3929,148.3646, 149.3362,150.3076,151.2788,152.2498,153.2206,154.1912,155.1616,156.1319,157.1020,158.0719, 159.0417,160.0113,160.9808,161.9501,162.9193,163.8883,164.8572,165.8259,166.7945,167.7630, 168.7314,169.6996,170.6677,171.6357,172.6036,173.5714,174.5391,175.5067,176.4743,177.4418, 178.4092,179.3765,180.3438,181.3110,182.2781,183.2452,184.2122,185.1792,186.1461,187.1130, 188.0799,189.0467,190.0135,190.9803,191.9471,192.9139,193.8807,194.8475,195.8143,196.7811, 197.7479,198.7147,199.6816,200.6485,201.6154,202.5824,203.5494,204.5165,205.4836,206.4508, 207.4180,208.3853,209.3527,210.3202,211.2877,212.2553,213.2230,214.1908,215.1587,216.1267, 217.0948,218.0630,219.0313,219.9998,220.9684,221.9371,222.9059,223.8749,224.8440,225.8133, 226.7827,227.7523,228.7220,229.6919,230.6620,231.6322,232.6026,233.5732,234.5440,235.5149, 236.4860,237.4573,238.4288,239.4005,240.3724,241.3445,242.3168,243.2893,244.2620,245.2350, 246.2082,247.1816,248.1552,249.1291,250.1032,251.0775,252.0521,253.0269,254.0019,254.9772, 255.9527,256.9285,257.9045,258.8808,259.8573,260.8341,261.8112,262.7885,263.7661,264.7439, 265.7220,266.7004,267.6790,268.6579,269.6371,270.6166,271.5963,272.5763,273.5566,274.5372, 275.5180,276.4991,277.4805,278.4622,279.4442,280.4264,281.4089,282.3917,283.3748,284.3582, 285.3418,286.3257,287.3099,288.2944,289.2792,290.2642,291.2495,292.2351,293.2210,294.2072, 295.1936,296.1803,297.1673,298.1546,299.1421,300.1299,301.1180,302.1064,303.0950,304.0839, 305.0731,306.0625,307.0522,308.0421,309.0323,310.0227,311.0134,312.0044,312.9956,313.9870, 314.9787,315.9706,316.9628,317.9552,318.9478,319.9407,320.9338,321.9271,322.9206,323.9144, 324.9084,325.9026,326.8970,327.8916,328.8864,329.8814,330.8766,331.8720,332.8676,333.8634, 334.8593,335.8554,336.8517,337.8482,338.8448,339.8416,340.8385,341.8356,342.8328,343.8302, 344.8277,345.8254,346.8232,347.8211,348.8191,349.8173,350.8156,351.8140,352.8125,353.8111, 354.8098,355.8086,356.8074,357.8063,358.8053,359.8044,360.8035] var eardstDAT = [ 0.9677,0.9676,0.9676,0.9675,0.9675,0.9674,0.9674,0.9673,0.9673,0.9673, 0.9673,0.9673,0.9672,0.9672,0.9672,0.9672,0.9672,0.9673,0.9673,0.9673, 0.9673,0.9674,0.9674,0.9674,0.9675,0.9675,0.9676,0.9677,0.9677,0.9678, 0.9679,0.9680,0.9680,0.9681,0.9682,0.9683,0.9684,0.9685,0.9687,0.9688, 0.9689,0.9690,0.9692,0.9693,0.9694,0.9696,0.9697,0.9699,0.9700,0.9702, 0.9703,0.9705,0.9707,0.9709,0.9710,0.9712,0.9714,0.9716,0.9718,0.9720, 0.9722,0.9724,0.9726,0.9728,0.9730,0.9732,0.9735,0.9737,0.9739,0.9741, 0.9744,0.9746,0.9748,0.9751,0.9753,0.9756,0.9758,0.9760,0.9763,0.9766, 0.9768,0.9771,0.9773,0.9776,0.9779,0.9781,0.9784,0.9786,0.9789,0.9792, 0.9795,0.9797,0.9800,0.9803,0.9806,0.9808,0.9811,0.9814,0.9817,0.9820, 0.9822,0.9825,0.9828,0.9831,0.9834,0.9836,0.9839,0.9842,0.9845,0.9848, 0.9851,0.9853,0.9856,0.9859,0.9862,0.9864,0.9867,0.9870,0.9873,0.9876, 0.9878,0.9881,0.9884,0.9886,0.9889,0.9892,0.9894,0.9897,0.9900,0.9902, 0.9905,0.9907,0.9910,0.9912,0.9915,0.9917,0.9920,0.9922,0.9925,0.9927, 0.9929,0.9932,0.9934,0.9936,0.9938,0.9940,0.9943,0.9945,0.9947,0.9949, 0.9951,0.9953,0.9955,0.9957,0.9959,0.9961,0.9962,0.9964,0.9966,0.9968, 0.9969,0.9971,0.9972,0.9974,0.9975,0.9977,0.9978,0.9980,0.9981,0.9982, 0.9984,0.9985,0.9986,0.9987,0.9988,0.9989,0.9990,0.9991,0.9992,0.9993, 0.9994,0.9994,0.9995,0.9996,0.9996,0.9997,0.9997,0.9998,0.9998,0.9999, 0.9999,0.9999,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000,1.0000, 1.0000,0.9999,0.9999,0.9999,0.9998,0.9998,0.9998,0.9997,0.9997,0.9996, 0.9995,0.9995,0.9994,0.9993,0.9992,0.9991,0.9990,0.9989,0.9988,0.9987, 0.9986,0.9985,0.9984,0.9983,0.9981,0.9980,0.9979,0.9977,0.9976,0.9974, 0.9973,0.9971,0.9970,0.9968,0.9966,0.9964,0.9963,0.9961,0.9959,0.9957, 0.9955,0.9953,0.9951,0.9949,0.9947,0.9945,0.9943,0.9941,0.9939,0.9936, 0.9934,0.9932,0.9930,0.9927,0.9925,0.9923,0.9920,0.9918,0.9915,0.9913, 0.9910,0.9908,0.9905,0.9903,0.9900,0.9898,0.9895,0.9892,0.9890,0.9887, 0.9884,0.9882,0.9879,0.9876,0.9873,0.9871,0.9868,0.9865,0.9862,0.9860, 0.9857,0.9854,0.9851,0.9848,0.9845,0.9843,0.9840,0.9837,0.9834,0.9831, 0.9829,0.9826,0.9823,0.9820,0.9817,0.9815,0.9812,0.9809,0.9806,0.9803, 0.9801,0.9798,0.9795,0.9792,0.9790,0.9787,0.9784,0.9782,0.9779,0.9776, 0.9774,0.9771,0.9769,0.9766,0.9764,0.9761,0.9759,0.9756,0.9754,0.9751, 0.9749,0.9746,0.9744,0.9742,0.9740,0.9737,0.9735,0.9733,0.9731,0.9729, 0.9726,0.9724,0.9722,0.9720,0.9718,0.9716,0.9714,0.9713,0.9711,0.9709, 0.9707,0.9705,0.9704,0.9702,0.9701,0.9699,0.9697,0.9696,0.9695,0.9693, 0.9692,0.9691,0.9689,0.9688,0.9687,0.9686,0.9685,0.9684,0.9683,0.9682, 0.9681,0.9680,0.9679,0.9678,0.9678,0.9677,0.9676] var venorbDAT = [ 1.5843,3.1686,4.7530,6.3373,7.9217,9.5061,11.0906,12.6751,14.2597,15.8444, 17.4291,19.0139,20.5988,22.1839,23.7690,25.3542,26.9396,28.5251,30.1108,31.6965, 33.2825,34.8686,36.4549,38.0413,39.6280,41.2148,42.8018,44.3891,45.9765,47.5641, 49.1520,50.7401,52.3284,53.9170,55.5058,57.0949,58.6842,60.2737,61.8635,63.4536, 65.0440,66.6346,68.2255,69.8167,71.4082,72.9999,74.5920,76.1843,77.7769,79.3698, 80.9630,82.5565,84.1504,85.7445,87.3389,88.9336,90.5286,92.1239,93.7196,95.3155, 96.9117,98.5083,100.1051,101.7022,103.2996,104.8974,106.4954,108.0937,109.6923,111.2912, 112.8903,114.4898,116.0895,117.6895,119.2897,120.8903,122.4911,124.0921,125.6934,127.2950, 128.8968,130.4988,132.1010,133.7035,135.3062,136.9092,138.5123,140.1156,141.7192,143.3229, 144.9268,146.5308,148.1351,149.7395,151.3441,152.9488,154.5536,156.1586,157.7637,159.3689, 160.9742,162.5797,164.1852,165.7908,167.3965,169.0022,170.6080,172.2138,173.8197,175.4257, 177.0316,178.6376,180.2436,181.8495,183.4555,185.0614,186.6673,188.2732,189.8791,191.4848, 193.0906,194.6962,196.3018,197.9073,199.5127,201.1180,202.7232,204.3282,205.9332,207.5380, 209.1426,210.7472,212.3515,213.9557,215.5597,217.1636,218.7673,220.3707,221.9740,223.5771, 225.1799,226.7826,228.3850,229.9872,231.5891,233.1909,234.7923,236.3936,237.9945,239.5953, 241.1957,242.7959,244.3958,245.9955,247.5948,249.1939,250.7927,252.3912,253.9894,255.5873, 257.1850,258.7823,260.3794,261.9761,263.5725,265.1687,266.7645,268.3600,269.9553,271.5502, 273.1448,274.7392,276.3332,277.9269,279.5203,281.1135,282.7063,284.2988,285.8911,287.4830, 289.0747,290.6661,292.2572,293.8480,295.4385,297.0288,298.6188,300.2085,301.7980,303.3872, 304.9762,306.5650,308.1535,309.7417,311.3297,312.9175,314.5051,316.0925,317.6797,319.2666, 320.8534,322.4400,324.0264,325.6126,327.1987,328.7846,330.3703,331.9559,333.5414,335.1267, 336.7119,338.2970,339.8820,341.4669,343.0517,344.6364,346.2210,347.8056,349.3901,350.9745, 352.5589,354.1433,355.7277,357.3120,358.8963,360.4806] var vendstDAT = [ 1.0000,1.0000,1.0000,1.0000,1.0000,0.9999,0.9999,0.9999,0.9998,0.9998, 0.9997,0.9997,0.9996,0.9996,0.9995,0.9994,0.9993,0.9993,0.9992,0.9991, 0.9990,0.9989,0.9988,0.9987,0.9985,0.9984,0.9983,0.9982,0.9980,0.9979, 0.9978,0.9976,0.9975,0.9973,0.9972,0.9970,0.9969,0.9967,0.9965,0.9964, 0.9962,0.9960,0.9959,0.9957,0.9955,0.9953,0.9952,0.9950,0.9948,0.9946, 0.9944,0.9942,0.9940,0.9939,0.9937,0.9935,0.9933,0.9931,0.9929,0.9927, 0.9925,0.9924,0.9922,0.9920,0.9918,0.9916,0.9914,0.9912,0.9911,0.9909, 0.9907,0.9905,0.9904,0.9902,0.9900,0.9899,0.9897,0.9896,0.9894,0.9892, 0.9891,0.9889,0.9888,0.9887,0.9885,0.9884,0.9883,0.9881,0.9880,0.9879, 0.9878,0.9877,0.9876,0.9875,0.9874,0.9873,0.9872,0.9871,0.9871,0.9870, 0.9869,0.9869,0.9868,0.9867,0.9867,0.9867,0.9866,0.9866,0.9866,0.9865, 0.9865,0.9865,0.9865,0.9865,0.9865,0.9865,0.9866,0.9866,0.9866,0.9866, 0.9867,0.9867,0.9868,0.9868,0.9869,0.9869,0.9870,0.9871,0.9872,0.9872, 0.9873,0.9874,0.9875,0.9876,0.9877,0.9878,0.9879,0.9881,0.9882,0.9883, 0.9884,0.9886,0.9887,0.9888,0.9890,0.9891,0.9893,0.9894,0.9896,0.9898, 0.9899,0.9901,0.9903,0.9904,0.9906,0.9908,0.9909,0.9911,0.9913,0.9915, 0.9917,0.9918,0.9920,0.9922,0.9924,0.9926,0.9928,0.9930,0.9932,0.9933, 0.9935,0.9937,0.9939,0.9941,0.9943,0.9945,0.9947,0.9948,0.9950,0.9952, 0.9954,0.9956,0.9957,0.9959,0.9961,0.9963,0.9964,0.9966,0.9968,0.9969, 0.9971,0.9972,0.9974,0.9975,0.9977,0.9978,0.9979,0.9981,0.9982,0.9983, 0.9985,0.9986,0.9987,0.9988,0.9989,0.9990,0.9991,0.9992,0.9993,0.9994, 0.9994,0.9995,0.9996,0.9996,0.9997,0.9998,0.9998,0.9998,0.9999,0.9999, 0.9999,1.0000,1.0000,1.0000,1.0000,1.0000]