Project Multistage2015 - Development Thread

So this is my idea: the third altitude step is the step where initial pitch shall be finished and gravity turn starts. I'll make the pitch rate of the initial pitch dependant on the third altitude step, so if the initial pitch is too small, it will be necessary to increase the third altitude step in order to make the pitch happening slower and in a longer time. What do you think?

I've been testing today, and I think that this is very necessary. It's very, very bad to suddenly jerk a rocket down 15 degrees with the new aerodynamic destruction effects. Especially since the pre-gravity turn is not happening too far from max-Q. Aerodynamic loads build up very quickly after launch!

I've also been watching past real Atlas V launches. Everything is smooth. There are never any violent pitch maneuvers.
 
Upon consulting the SA-513 (Skylab 1) Launch Report, the flight angle at staging was 30 degrees. I assumed it was 50 based on the original Saturn V INT-21 guidance file. The more you know. I'll go back to how I had the trajectory file set up originally. Now to figure out how I can get the Saturn through Max Q without disabling the COMPLEX function. On the smart autopilot, the Saturn reaches Max Q before going nuts and coming apart.
 
Well, that's two of us now. Atlas V and Saturn V.

I agree, it is almost impossible to get a realistic launch vehicle through the gravity turn using the default values without breaking apart.

But, the aerodynamic loading effect is a very cool idea.

---------- Post added at 07:42 PM ---------- Previous post was at 06:29 PM ----------

I initially used the smart autopilot for the whole flight but the ascent path was a lot shallower than what I would have liked it. The Saturn was ending up with a climb angle of 35 degrees rather than the 50 degrees for lofting the second stage. The first stage of the Saturn actually used a pitch vs. time autopilot in real life, with the instrument unit taking over and steering the payload towards the proper orbit once the first stage was spent.

I'm still experimenting with Multistage2015. I find that adding the COMPLEX line to the scenario file causes the Saturn to tumble end over end and blow itself to pieces.

I'm still having issues getting the pitch autopilot to function right for me. I have to hit the killrot button at 50 degrees pitch because the Saturn overshoots it and continues to pitch down.

I've had a thought. There is a PEG max pitch limiter. Could there not also be a PEG min pitch limiter? It would help quite a bit to get get these sorts of historical ascent profiles.
 
ok, I've done some testing and some fixing...

Try to download the update, same link, it's a bit of a quick one, tomorrow I'll give it the double check, but it seems to work with all the 4 I have tested: SLS, Delta2, AtlasV and SaturnV

http://www.intech-srl.eu/fred/MS2015-PreRelease.zip

The change is all about the pre gravity turn pitch, which now happens "keeping in mind" that it has to finish at the third altitude step with the result that it's smoother and that in case it is not smooth enough raising the third altitude step does save the vehicle.

AtlasV was almost perfect again with this.

Relevant to the Skylab here are my scenarios and guidance file:

Scenario (only relevant part):
Code:
Saturn_INT-21:Vessels/Skylab1973/AMSO/Saturn_INT-21
  STATUS Landed Earth
  POS -80.6232502 28.6197342
  HEADING 90.00
  PRPLEVEL 0:1.000 2:1.000 3:1.000 4:1.000
  NAVFREQ 0 0
  CONFIG_FILE Config/vessels/Skylab1973/AMSO/Saturn_INT-21.ini
  GUIDANCE_FILE Config/Multistage2015/Guidance/Saturn_INT-21_57310.68_GNC.txt
  CONFIGURATION 0
  STAGE_STATE 2
  STAGE_IGNITION_TIME 0.000
  CURRENT_BOOSTER 1
  CURRENT_STAGE 1
  CURRENT_INTERSTAGE 1
  CURRENT_PAYLOAD 1
  FAIRING 1
  ALT_STEPS 100,350,1400,50000
  PEG_PITCH_LIMIT 45
  COMPLEX
END

Guidance - Orbit reached perfectly and nicely
Code:
-15.000 =orbit(430.00,434.00,50.00,0.00,0.00,0.00)
-6.000 =engine(0.00,100.00,6.00,0.00,0.00,0.00)
1.000 =engine(100.00,100.00,2.00,0.00,0.00,0.00)
120.000 =fairing(95.00,0.00,0.00,0.00,0.00,0.00)
442.000 =engineout(1.00,0.00,0.00,0.00,0.00,0.00)

I also corrected the documentation relevant to the ascent phases. Let me know your thoughts guys, from my test this is a good improvement but you may feel the opposite, so let me know.

If this is fine I will apply this also to the orbiter beta and then... growing particles... I am still thinking where to start there...

Relevant to lower pitch limiter for PEG is theoretically possible, but it has not a big meaning: higher limit is there to avoid out of range behaviour or crazy effects, lower limit will for example make impossible to have 0 pitch which is quite needed usually at the end of the powered flight. And there will be the risk of jumping for example from +10 to -10 deg of pitch if there is a lower limit. I think that the PEG system is very good in reproducing the historical scenario because it takes the vehicle at exactly the wanted conditions at cutoff. But since it's closed loop it has to find the way to get there by himself since the simulation will never be exactly as the reality. If, on the other hand, there is the need to keep the very same historical values for things like pitch at staging then the old vinka program should be used in my opinion, which will grant this 100%. It won't grant the exact conditions at cutoff though, but it's like a bit the chaos theory, don't you think?

again and again thanks for your support guys! it's so useful to have comments from direct users testing! Hope this update makes it better!
 
Last edited:
For the Skylab Saturn V launch, I implemented the correct interstage sequence and made modifications to the guidance file.

The Guidance file:
Code:
-10=PlaySound(Sound\Vessel\Skylab1Launch.wav)
-5=orbit(434.50,433.50,50.00)
-4=engine(0,100,4)
0=engine(100,100,1)
140=engineout(1)
314=engineout(1)

The complete text of the modified ini (from the Skylab1973\AMSO folder):

Code:
[MISC]
cog=25
focus=1

[TEXTURE_LIST]
TEX_1=Exhaust2

[PARTICLESTREAM_1]
NAME=Satcontrail
SRCSIZE=2
SRCRATE=8
V0=125
SRCSPREAD=0.1
LIFETIME=2
GROWTHRATE=7
ATMSLOWDOWN=1.1
LTYPE=DIFFUSE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-5
AMAX=1
TEX=contrail1

[PARTICLESTREAM_2]
NAME=Satcontrail2
SRCSIZE=6
SRCRATE=14
V0=160
SRCSPREAD=0.02
LIFETIME=0.3
GROWTHRATE=10
ATMSLOWDOWN=0.4
LTYPE=EMISSIVE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-5
AMAX=1
TEX=contrail3

[PARTICLESTREAM_3]
NAME=Satcontrail3
SRCSIZE=8
SRCRATE=30
V0=120.0
SRCSPREAD=0.05
LIFETIME=0.15
GROWTHRATE=0.8
ATMSLOWDOWN=0
LTYPE=EMISSIVE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-5
AMAX=1
TEX=contrail3

[STAGE_1]
Height=42.07
Diameter=10.06
EmptyMass=130453 
FuelMass=2141456	;2138994 (LOX and RP-1)+ 2462 ullage & retro fuel, purge gas, frost and other  
Thrust=38700000	
BurnTime=162
off=(0,0,0)
MeshName=Skylab1973\S-1C
ENG_TEX=Exhaust2
ENG_1=(0,0,-24.0)
ENG_2=(3.2,3.2,-24.0)
ENG_3=(3.2,-3.2,-24.0)
ENG_4=(-3.2,-3.2,-24.0)
ENG_5=(-3.2,3.2,-24.0)
ENG_DIAMETER=2
ENG_PSTREAM1=Satcontrail
ENG_PSTREAM2=Satcontrail2
ENG_PSTREAM3=Satcontrail3
speed=(0,0,-4)
rot_speed=(0.02,0.01,0)
PITCHTHRUST=15000000
YAWTHRUST=15000000
ROLLTHRUST=700000

[BOOSTER_1]
N=3
MeshName=Skylab1973\v2 Shields\SkylabShield_v2.0
off=(0,0,54.93)
angle=0
Height=17.07
Diameter=10.06
Thrust=0.0001
EMPTYMASS=523	;metor shield & solar array
FuelMass=0.0001
BurnTime=63
Eng_1=(0,0,0)
Eng_Diameter=0.01
Speed=(-20,-20,0)
Rot_Speed=(3,0,0)

[SEPARATION_12]
MeshName=Skylab1973\S-1C_S-2_Interstage
Off=(0,0,23.75)
Height=3.75
Diameter=10.06
EmptyMass=608
Separation_delay=30
Speed=(0,0,0)
Rot_speed=(0.02,0,0)

[STAGE_2]
Height=24.84
Diameter=10.06
EmptyMass=36395
FuelMass=446238	;445752 LOX & Fuel + 486 ullage, purge gas and 1/2 frost
Thrust=5116000
BurnTime=361
Ignite_Delay=2
off=(0,0,37)
MeshName=Skylab1973\S-2
ENG_1=(0,0,-18.0)
ENG_2=(1.55,1.55,-18.0)
ENG_3=(1.55,-1.55,-18.0)
ENG_4=(-1.55,-1.55,-18.0)
ENG_5=(-1.55,1.55,-18.0)
ENG_DIAMETER=0.9
ENG_TEX=Exhaust
ENG_PSTREAM1=Satcontrail
ENG_PSTREAM2=Satcontrail2
ENG_PSTREAM3=Satcontrail3
PITCHTHRUST=600000
YAWTHRUST=600000
ROLLTHRUST=300000
speed=(0,0,-2)
rot_speed=(0.01,0,0)

[FAIRING]
N=4
MeshName="Skylab1973\SkylabFairing"
Off=(0,0,64.5)
Angle=0
Diameter=6.6142
Height=17.07
Emptymass=3175	;12700/4

[STAGE_3]
MeshName="Skylab1973\SkylabRadiatorCover"
Off=(0,0,62)
Height=0.1554
Diameter=4.5610
EmptyMass=3453	;actually, mass of S-II/OWS interstage
FuelMass=0
Thrust=0 
BurnTime=0

[PAYLOAD_1]
MeshName=Skylab1973\Skylab-I
Off=(0,0,62.00)
Height=31
Diameter=6.61
Mass=75874		;89097 - 12700(fairing)- 523 (meteor shield) = 75874
Module=Skylab1973\Skylab-I
Name=Skylab-I
Render=1
Speed=(0,0,0.33)

I renamed the Skylab config file from Skylab--I to Skylab-I.

---------- Post added at 04:06 AM ---------- Previous post was at 04:02 AM ----------

I had the idea of attempting to make a multistage2015 Saturn IB. Something that I could stick an AMSO or AAPO CSM to the top of and have it put into orbit more efficiently than a velcro Saturn IB can.
 
Okay, here is my complex flight mode compliant Atlas V files:
(Sounds not finished, but not a big deal)

Scenario:
Code:
BEGIN_DESC
It's the Atlas V 421
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 57314.497951
END_ENVIRONMENT

BEGIN_FOCUS
  Ship AtlasV
END_FOCUS

BEGIN_CAMERA
  TARGET AtlasV
  MODE Extern
  POS 6.39 -179.78 89.29
  TRACKMODE TargetRelative
  FOV 57.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_MFD Left
  TYPE Surface
  SPDMODE 1
END_MFD

BEGIN_MFD Right
  TYPE Surface
  SPDMODE 1
END_MFD

BEGIN_SHIPS
AtlasV:Multistage2015
  STATUS Landed Earth
  POS -80.5828310 28.5834560
  HEADING 100
  ;PRPLEVEL 0:1.000000 1:1.000000 2:1.000000 3:1.000000 4:1.000000 5:1.000000
  FUEL 1.000
  CONFIG_FILE Config\AtlasV421\AV421.ini
  GUIDANCE_FILE Config\AtlasV421\AV421.txt
  TELEMETRY_FILE Config\AtlasV421\AV421_TLM.txt
  CONFIGURATION 0
  CURRENT_BOOSTER 1
  CURRENT_STAGE 1
  CURRENT_PAYLOAD 1
  FAIRING 1
  ALT_STEPS 75,175,4250,50000
  COMPLEX 1	
END
LC41:Vessels/B_SLC41/b_slc41
  STATUS Landed Earth
  POS -80.5828310 28.5834560
  HEADING 180.00
  PRPLEVEL 0:1.000
  THLEVEL 0:1.000 3:1.000
  NAVFREQ 0 0
  UMB 0 0.0000
END
END_SHIPS

Guidance:
Code:
-10=orbit(300.0, 300.0, -31, 1, 66.0)
-10=PlaySound(Sound\Vessel\AtlasV\CountdownAtlasV.wav)
-2.7=engine(0,100,2.7)
40=PlaySound(Sound\Vessel\AtlasV\AtlasVMach1MaxQ.wav)
60=Glimit(4.6)
117=PlaySound(Sound\Vessel\AtlasV\AtlasVClosedLoop.wav)
227=Defap(1)
231=PlaySound(Sound\Vessel\AtlasV\AtlasVStaging.wav)
241=PlaySound(Sound\Vessel\AtlasV\AtlasV_RL10.wav)
254.4=Fairing()


Telemetry:
Code:
<--!Multistage 2015 Automatically Generated Telemetry File!-->
MET,Altitude,Speed,Pitch,Thrust,Mass,V-Speed,Acceleration
1.008,27.055,407.997,89.997,6711788.788,428407.262,5.725,15.667
2.009,35.737,408.121,89.994,6717533.074,426365.372,11.643,15.755
3.012,50.434,408.334,89.990,6723220.777,424316.123,17.665,15.843
4.024,71.414,408.642,89.986,6728893.851,422248.476,23.828,15.933
5.026,98.383,409.048,89.970,6734480.094,420197.906,30.022,16.023
6.035,131.883,409.575,89.920,6740069.711,418130.805,36.354,16.114
7.041,171.677,410.215,89.905,6745697.222,416069.268,42.758,16.205
8.060,218.550,411.046,89.191,6751390.519,413975.122,49.329,16.294
9.078,272.159,412.256,88.183,6757122.016,411882.037,55.985,16.378
10.079,331.537,413.850,87.219,6762844.317,409821.283,62.604,16.462
11.083,397.727,415.811,86.269,6768645.498,407755.209,69.314,16.552
12.098,471.557,418.173,85.355,6774608.728,405664.256,76.168,16.630
13.116,552.624,420.946,84.464,6780702.138,403565.281,83.101,16.717
14.132,640.664,424.075,83.602,6786880.457,401468.902,90.096,16.816
15.148,735.739,427.550,82.771,6793240.685,399372.943,97.151,16.906
16.166,838.290,431.399,81.958,6799722.845,397270.756,104.282,16.993
17.176,947.158,435.564,81.188,6806319.646,395184.539,111.411,17.090
18.184,1063.114,440.054,80.445,6813043.130,393099.506,118.598,17.194
19.188,1185.883,444.848,79.726,6819888.190,391019.992,125.825,17.296
20.205,1317.469,450.026,78.985,6826928.421,388915.051,133.197,17.400
21.215,1455.734,455.496,78.281,6834121.428,386820.391,140.589,17.509
22.231,1602.377,461.316,77.604,6841495.835,384711.185,148.094,17.624
23.242,1756.058,467.424,76.930,6848959.710,382608.340,155.640,17.742
24.243,1915.559,473.767,76.284,6856458.983,380526.731,163.173,17.862
25.262,2085.734,480.530,75.642,6864212.441,378404.956,170.918,17.990
26.272,2262.330,487.539,75.009,6872000.622,376298.602,178.676,18.119
27.283,2446.842,494.849,74.394,6879876.466,374189.371,186.515,18.254
28.297,2640.051,502.482,73.786,6887862.758,372069.916,194.460,18.371
29.299,2838.914,510.291,73.189,6895804.224,369973.162,202.354,18.464
30.302,3045.786,518.359,72.597,6903789.065,367873.251,210.286,18.556
31.309,3261.680,526.719,72.002,6911842.598,365760.583,218.290,18.648
32.326,3487.604,535.407,71.389,6919970.076,363627.163,226.394,18.745
33.344,3722.447,544.379,70.751,6928114.827,361485.363,234.552,18.846
34.349,3962.209,553.495,70.062,6936125.930,359370.120,242.629,18.959
35.360,4211.447,562.972,69.111,6944138.511,357239.322,250.787,19.124
36.362,4466.948,572.865,67.836,6952018.562,355121.265,258.948,19.364
37.383,4735.511,583.300,67.114,6959988.344,352966.689,267.293,19.488
38.386,5007.614,593.821,66.408,6967784.881,350847.879,275.510,19.608
39.387,5287.587,604.604,65.676,6975451.339,348729.686,283.735,19.738
40.392,5577.009,615.712,64.937,6983052.233,346600.556,292.012,19.872
41.399,5875.074,627.114,64.200,6990562.022,344467.011,300.315,20.009
42.402,6180.548,638.760,63.470,6997937.312,342337.876,308.608,20.148
43.422,6499.748,650.885,62.733,7005287.063,340170.418,317.055,20.291
44.426,6822.210,663.091,62.014,7012489.857,338035.832,325.378,20.434
45.434,7154.175,675.610,61.298,7019559.342,335891.923,333.739,20.580
46.435,7492.608,688.328,60.592,7026481.237,333758.165,342.062,20.728
47.438,7839.679,701.323,59.892,7033277.084,331620.625,350.399,20.878
48.451,8199.014,714.730,59.191,7040080.318,329457.931,358.834,21.032
49.460,8565.317,728.348,58.500,7046764.896,327302.473,367.239,21.188
50.471,8940.758,742.258,57.815,7053377.531,325141.381,375.663,21.346
51.486,9326.329,756.490,57.134,7059948.088,322969.409,384.122,21.502
52.502,9721.022,771.005,56.459,7066477.644,320792.622,392.591,21.661
53.519,10124.775,785.799,55.792,7072975.655,318611.536,401.067,21.823
54.532,10535.239,800.786,55.135,7079412.194,316438.619,409.500,21.988
55.550,10956.128,816.103,54.483,7085871.022,314254.176,417.969,22.156
56.569,11386.584,831.720,53.838,7092349.697,312063.084,426.454,22.333
57.578,11820.858,847.433,53.208,7098816.173,309894.081,434.849,22.512
58.580,12261.104,863.320,52.589,7105258.698,307735.361,443.197,22.693
59.594,12714.808,879.654,51.970,7111829.081,305550.564,451.642,22.880
60.594,13170.653,896.028,51.369,7118380.500,303394.028,459.972,23.069
61.595,13635.016,912.673,50.775,7125026.868,301234.796,468.309,23.261
62.612,14115.484,929.862,50.180,7131878.258,299038.490,476.785,23.460
63.625,14603.000,947.272,49.595,7138797.268,296847.204,485.240,23.663
64.635,15097.189,964.892,49.020,7145881.031,294662.241,493.668,23.870
65.646,15600.783,982.823,48.452,7153076.440,292471.391,502.117,24.081
66.658,16112.951,1001.035,47.893,7160424.103,290278.364,510.576,24.296
67.665,16631.432,1019.453,47.344,7167890.418,288092.615,519.007,24.515
68.670,17157.205,1038.112,46.804,7175489.682,285909.683,527.431,24.739
69.678,17693.142,1057.118,46.271,7183265.306,283717.679,535.892,24.967
70.680,18234.131,1076.292,45.749,7191155.482,281537.357,544.314,25.199
71.691,18789.207,1095.956,45.230,7199270.040,279332.505,552.837,25.437
72.706,19354.498,1115.977,44.717,7207559.025,277119.130,561.400,25.681
73.715,19925.324,1136.192,44.215,7215940.707,274915.445,569.936,25.929
74.738,20512.526,1156.988,43.714,7224525.307,272680.004,578.606,26.186
75.752,21103.611,1177.925,43.226,7233248.651,270460.631,587.226,26.445
76.766,21703.714,1199.189,42.745,7242002.656,268237.715,595.876,26.710
77.775,22309.068,1220.649,42.274,7250876.458,266025.059,604.501,26.978
78.789,22926.276,1242.543,41.809,7259810.857,263798.552,613.198,27.252
79.802,23551.861,1264.749,41.351,7268805.826,261571.006,621.919,27.531
80.819,24188.932,1287.381,40.900,7277872.211,259331.601,630.708,27.816
81.838,24836.075,1310.393,40.455,7286881.222,257085.642,639.546,28.107
82.855,25491.187,1333.712,40.018,7296014.464,254840.583,648.406,28.402
83.858,26145.866,1357.042,39.594,7304950.574,252624.647,657.178,28.699
84.874,26818.251,1381.032,39.172,7313931.679,250376.555,666.105,29.004
85.888,27498.420,1405.331,38.758,7322818.282,248130.098,675.057,29.314
86.900,28186.077,1429.933,38.351,7331586.572,245886.225,684.032,29.628
87.916,28885.298,1454.985,37.951,7340246.771,243631.871,693.083,29.949
88.924,29588.428,1480.216,37.560,7348673.354,241391.749,702.115,30.272
89.934,30302.538,1505.882,37.174,7357086.415,239143.328,711.219,30.603
90.948,31027.842,1531.995,36.794,7365278.639,236886.352,720.399,30.939
91.962,31763.295,1558.520,36.421,7373285.853,234624.441,729.644,31.281
92.974,32506.462,1585.372,36.054,7381068.356,232365.267,738.923,31.628
93.984,33255.992,1604.200,35.696,4001902.768,219235.869,743.293,18.137
94.999,34010.953,1617.906,35.342,4002766.312,217959.632,744.477,18.257
96.012,34766.103,1631.755,34.993,4003459.280,216684.827,745.648,18.378
97.020,35517.785,1645.677,34.649,4003971.660,215417.639,746.798,18.497
98.024,36268.355,1659.714,34.307,4004300.933,214154.103,747.931,18.615
99.026,37018.054,1673.870,33.970,4004444.615,212893.829,749.045,18.733
100.043,37780.787,1688.408,33.629,4004399.761,211613.511,750.162,18.853
101.057,38542.241,1703.061,33.291,4004166.333,210337.244,751.258,18.972
102.062,39297.685,1717.733,32.959,4003746.390,209072.952,752.326,19.091
103.080,40063.473,1732.743,32.625,4003142.044,207793.298,753.388,19.210
104.090,40825.161,1747.810,32.296,4002368.643,206522.464,754.425,19.329
105.102,41589.449,1763.065,31.969,4001431.510,205249.276,755.444,19.449
106.112,42352.754,1778.438,31.645,4000347.976,203979.724,756.441,19.568
107.118,43114.293,1793.912,31.325,3999132.482,202715.100,757.413,19.688
108.127,43879.228,1809.592,31.006,3997791.880,201446.841,758.368,19.808
109.146,44651.918,1825.571,30.687,3996351.769,200167.762,759.310,19.931
110.154,45418.159,1841.557,30.373,3994816.005,198901.333,760.222,20.053
111.158,46181.579,1857.623,30.063,3993242.590,197641.548,761.108,20.175
112.169,46951.424,1873.965,29.754,3991614.316,196373.128,761.980,20.299
113.173,47717.505,1890.369,29.449,3989975.457,195112.845,762.825,20.424
114.185,48489.780,1907.050,29.144,3988326.798,193844.289,763.655,20.551
115.193,49259.364,1923.817,28.844,3986705.131,192582.026,764.460,20.679
116.206,50034.848,1940.861,28.540,3985125.073,191311.558,765.249,20.809
117.208,50801.772,1957.867,28.356,3983620.818,190052.618,765.979,20.942
118.212,51571.245,1975.070,28.420,3982196.687,188795.172,766.827,21.079
119.215,52340.402,1992.406,28.229,3980880.813,187540.622,767.722,21.213
120.219,53111.877,2009.940,27.969,3979678.077,186284.308,768.620,21.350
121.221,53882.755,2027.611,27.692,3978610.719,185030.814,769.505,21.490
122.230,54659.588,2045.573,27.411,3977688.705,183769.422,770.381,21.633
123.245,55441.966,2063.822,27.129,3976929.403,182500.753,771.249,21.780
124.246,56214.411,2081.999,26.854,3976337.051,181249.823,772.091,21.928
125.256,56994.553,2100.519,26.578,3975924.454,179987.987,772.928,22.080
126.257,57768.826,2119.065,26.307,3975698.766,178737.108,773.746,22.234
127.267,58550.814,2137.965,26.036,3975657.331,177475.173,774.560,22.393
128.273,59330.238,2156.974,25.768,3975802.915,176218.700,775.360,22.554
129.273,60106.106,2176.070,25.503,3976130.126,174969.192,776.147,22.718
130.277,60885.515,2195.430,25.240,3976638.619,173715.142,776.928,22.885
131.288,61671.024,2215.124,24.977,3977324.882,172452.388,777.707,23.057
132.300,62458.620,2235.056,24.715,3978178.038,171187.321,778.480,23.233
133.310,63245.016,2255.147,24.456,3979184.597,169925.160,779.246,23.412
134.318,64031.555,2275.435,24.200,3980330.508,168663.680,780.006,23.595
135.320,64812.905,2295.781,23.947,3981581.184,167411.377,780.756,23.779
136.329,65601.721,2316.520,23.695,3982977.074,166147.924,781.509,23.969
137.335,66387.795,2337.389,23.446,3984441.500,164889.631,782.256,24.161
138.344,67177.311,2358.553,23.198,3985987.739,163626.578,783.004,24.357
139.351,67966.565,2379.918,22.954,3987576.678,162364.651,783.751,24.556
140.358,68756.295,2401.506,22.712,3989200.473,161102.663,784.498,24.759
141.359,69541.811,2423.191,22.474,3990822.013,159848.098,785.242,24.964
142.364,70331.325,2445.201,22.239,3992439.975,158587.831,785.990,25.172
143.377,71127.760,2467.625,22.004,3994035.991,157317.220,786.748,25.386
144.378,71916.003,2490.038,21.775,3995562.446,156060.386,787.502,25.600
145.382,72706.656,2512.743,21.549,3997008.004,154800.438,788.263,25.818
146.391,73502.793,2535.833,21.325,3998393.702,153532.531,789.035,26.041
147.401,74299.537,2559.171,21.104,3999652.952,152264.464,789.814,26.266
148.410,75097.374,2582.774,20.886,4000786.711,150995.524,790.603,26.494
149.412,75889.659,2606.445,20.673,4001772.269,149736.315,791.395,26.724
150.413,76682.410,2630.364,20.464,4002604.744,148477.321,792.198,26.956
151.418,77479.270,2654.644,20.258,4003276.435,147212.837,793.016,27.193
152.424,78277.257,2679.198,20.055,4003776.091,145947.673,793.848,27.432
153.427,79073.589,2703.943,19.856,4004095.409,144686.310,794.692,27.673
154.436,79875.769,2729.113,19.659,4004232.596,143416.949,795.558,27.919
155.438,80673.895,2754.403,19.466,4004184.182,142155.315,796.437,28.167
156.445,81475.792,2780.059,19.276,4003950.944,140889.182,797.336,28.418
157.453,82280.138,2806.045,19.090,4003536.760,139620.706,798.258,28.674
158.467,83089.786,2832.457,18.905,4002947.525,138345.496,799.206,28.934
159.467,83889.596,2858.801,18.727,4002186.868,137087.471,800.165,29.194
160.474,84695.782,2885.612,18.549,4001268.841,135821.200,801.155,29.459
161.476,85499.772,2912.607,18.376,4000210.210,134560.240,802.166,29.728
162.484,86308.607,2940.027,18.203,3999014.050,133293.648,803.209,30.001
163.485,87113.081,2967.561,18.035,3997707.049,132035.908,804.273,30.277
164.489,87921.241,2995.487,17.869,3996302.468,130774.516,805.371,30.558
165.491,88728.396,3023.645,17.705,3994819.226,129516.874,806.498,30.844
166.502,89544.320,3052.383,17.542,3993257.604,128247.850,807.668,31.137
167.514,90362.193,3081.469,17.381,3991654.433,126978.162,808.874,31.436
168.515,91172.865,3110.578,17.224,3990044.423,125722.047,810.104,31.737
169.527,91993.007,3140.312,17.066,3988423.635,124453.746,811.385,32.047
170.537,92813.695,3170.355,16.911,3986823.383,123187.140,812.703,32.364
171.545,93633.691,3200.667,16.757,3985269.934,121924.192,814.060,32.686
172.546,94449.260,3231.110,16.604,3983789.487,120670.671,815.448,33.014
173.557,95274.449,3262.214,16.452,3982376.695,119405.032,816.895,33.352
174.560,96094.149,3293.418,16.302,3981073.184,118150.507,818.375,33.695
175.563,96915.745,3325.003,16.153,3979888.865,116895.802,819.903,34.046
176.564,97736.907,3356.887,16.005,3978837.092,115644.501,821.475,34.406
177.571,98565.531,3389.384,15.857,3977923.360,114384.620,823.109,34.777
178.578,99394.878,3422.241,15.709,3977169.326,113126.471,824.794,35.157
179.579,100221.643,3455.330,15.563,3976584.749,111875.067,826.523,35.545
180.584,101053.201,3488.954,15.416,3976171.901,110619.270,828.315,35.945
181.592,101888.663,3523.088,15.270,3975939.607,109360.483,830.169,36.356
182.593,102720.603,3557.434,15.125,3975889.739,108109.903,832.070,36.776
183.611,103568.946,3592.831,14.979,3976024.119,106837.665,834.067,37.216
184.612,104404.784,3628.081,14.835,3976342.130,105587.159,836.093,37.659
185.619,105248.260,3664.037,14.691,3976836.136,104328.241,838.199,38.118
186.629,106095.770,3700.560,14.548,3977504.040,103066.374,840.379,38.592
187.633,106940.442,3737.362,14.405,3978329.796,101811.819,842.616,39.075
188.639,107789.691,3774.773,14.263,3979308.809,100553.605,844.932,39.574
189.651,108645.742,3812.909,14.121,3980432.698,99288.524,847.337,40.090
190.654,109496.912,3851.257,13.982,3981670.997,98033.910,849.799,40.615
191.663,110355.358,3890.373,13.842,3983025.825,96771.907,852.356,41.159
192.673,111218.002,3930.134,13.703,3984471.347,95507.171,855.002,41.719
193.676,112076.535,3970.165,13.567,3985973.689,94251.941,857.714,42.291
194.685,112943.098,4011.041,13.431,3987539.476,92988.575,860.533,42.882
195.686,113806.148,4052.231,13.298,3989115.963,91734.002,863.425,43.486
197.067,115001.747,4110.191,13.081,3990238.789,90002.058,867.625,44.335
198.074,115876.616,4153.122,12.961,3992906.551,88739.418,870.743,44.996
199.076,116750.826,4196.547,12.848,3994444.694,87482.040,873.966,45.660
200.088,117636.977,4241.099,12.726,3995938.672,86211.807,877.339,46.350
201.099,118525.770,4286.332,12.602,3997351.610,84942.288,880.827,47.060
202.100,119409.524,4331.692,12.510,3958668.943,83688.930,884.369,47.302
203.112,120306.139,4377.557,12.537,3895862.072,82440.820,887.990,47.256
204.116,121199.069,4423.040,12.612,3836884.122,81221.812,891.685,47.240
205.127,122103.029,4468.885,12.699,3777747.308,80011.600,895.538,47.215
206.136,123008.385,4514.595,12.781,3722437.919,78823.141,899.510,47.225
207.140,123913.820,4560.099,12.859,3666952.887,77657.762,903.592,47.219
208.146,124824.417,4605.649,12.924,3611296.917,76508.629,907.798,47.201
209.149,125737.302,4651.095,12.980,3555469.871,75379.259,912.107,47.168
210.160,126661.659,4696.886,13.027,3503482.305,74258.345,916.555,47.180
211.160,127580.809,4742.194,13.061,3451336.565,73165.835,921.053,47.171
212.167,128510.561,4787.794,13.080,3399039.979,72082.632,925.668,47.155
213.171,129441.770,4833.233,13.085,3346604.870,71019.378,930.342,47.122
214.179,130381.886,4878.873,13.077,3298042.413,69967.378,935.103,47.137
215.186,131325.723,4924.455,13.053,3245362.367,68932.394,939.913,47.080
216.191,132272.822,4969.958,13.013,3196582.543,67914.650,944.758,47.068
217.197,133225.881,5015.509,12.957,3151718.351,66911.025,949.638,47.103
218.200,134181.147,5060.929,12.881,3102793.271,65925.233,954.520,47.065
219.217,135153.973,5106.947,12.784,3057788.918,64941.463,959.467,47.085
220.234,136132.113,5152.975,12.669,3008747.306,63972.313,964.401,47.032
221.253,137117.908,5199.128,12.530,2963676.645,63015.278,969.318,47.031
222.272,138107.753,5245.236,12.367,2918602.378,62073.632,974.180,47.018
223.289,139101.089,5291.279,12.180,2873535.505,61147.588,978.967,46.993
224.299,140092.680,5337.018,11.970,2832481.653,60241.509,983.635,47.019
225.310,141089.518,5382.785,11.731,2787491.247,59348.521,988.199,46.968
226.323,142092.806,5428.634,11.466,2746540.706,58467.370,992.641,46.976
227.340,143104.221,5474.659,11.167,2705651.541,57596.236,996.947,46.976
228.354,144116.833,5520.545,10.839,2664842.950,56740.836,1001.063,46.965
229.362,145127.782,5566.171,10.508,2624123.043,55902.384,1004.957,46.941
230.364,146136.749,5611.539,10.182,2587485.774,55079.502,1008.652,46.977
231.367,147154.103,5642.847,9.856,0.000,32326.993,1009.737,-0.000
232.369,148163.420,5641.171,9.892,0.000,32326.991,1005.070,-0.000
233.373,149170.671,5639.499,9.941,0.000,32326.991,1000.392,-0.000
234.374,150169.366,5637.840,9.989,0.000,32326.991,995.733,-0.000
235.380,151168.258,5636.182,10.038,0.000,32326.991,991.051,-0.000
236.380,152157.782,5634.538,10.086,0.000,32326.991,986.393,-0.000
237.385,153146.784,5632.896,10.135,0.000,32326.991,981.715,-0.000
238.390,154130.124,5631.264,10.184,0.000,32326.991,977.042,-0.000
239.391,155105.924,5629.643,10.232,0.000,32326.991,972.384,-0.000
240.394,156079.205,5628.027,10.281,0.000,32326.991,967.716,-0.000
241.410,157060.138,5627.412,10.491,98963.759,32319.532,963.172,3.062
242.426,158036.364,5628.902,11.173,98933.383,32296.765,959.040,3.063
243.428,158995.306,5630.381,11.386,98905.567,32274.322,954.992,3.065
244.433,159953.461,5631.874,11.442,98880.011,32251.811,950.942,3.066
245.444,160912.585,5633.383,11.444,98856.990,32229.188,946.878,3.067
246.446,161859.275,5634.888,11.427,98837.045,32206.767,942.855,3.069
247.454,162807.739,5636.412,11.405,98819.816,32184.213,938.813,3.070
248.464,163753.671,5637.947,11.382,98805.734,32161.625,934.769,3.072
249.470,164692.599,5639.487,11.358,98794.914,32139.111,930.742,3.074
250.476,165626.279,5641.034,11.335,98787.409,32116.629,926.726,3.076
251.484,166558.978,5642.596,11.313,98783.250,32094.074,922.701,3.078
252.487,167481.846,5644.157,11.292,98782.490,32071.661,918.707,3.080
253.502,168412.964,5645.749,11.271,98785.148,32048.948,914.664,3.082
254.503,169326.049,5647.371,11.212,98791.191,27772.562,910.696,3.557
255.510,170241.090,5649.446,10.501,98800.553,27750.036,906.766,3.560
256.512,171148.205,5651.523,10.231,98813.150,27727.612,902.831,3.564
257.523,172058.431,5653.627,10.116,98828.991,27705.011,898.862,3.567
258.525,172957.418,5655.725,10.057,98847.688,27682.587,894.927,3.571
259.535,173859.440,5657.851,10.017,98869.516,27659.985,890.966,3.574
260.543,174755.693,5659.984,9.984,98893.905,27637.422,887.017,3.578
261.544,175641.090,5662.112,9.954,98920.619,27615.027,883.105,3.582
262.547,176525.082,5664.257,9.925,98949.661,27592.563,879.186,3.586
263.553,177407.672,5666.420,9.897,98980.772,27570.028,875.262,3.590
264.559,178286.510,5668.594,9.869,99013.818,27547.480,871.343,3.594
265.561,179157.039,5670.770,9.842,99048.055,27525.038,867.449,3.598
266.571,180031.800,5672.977,9.815,99083.940,27502.377,863.524,3.603
267.574,180895.361,5675.177,9.789,99120.465,27479.897,859.638,3.607
268.577,181755.614,5677.391,9.763,99157.632,27457.392,855.755,3.611
269.589,182619.982,5679.637,9.738,99195.513,27434.669,851.841,3.616
270.600,183479.494,5681.893,9.713,99233.409,27411.960,847.938,3.620
271.607,184330.614,5684.148,9.689,99270.836,27389.361,844.060,3.624
272.611,185176.694,5686.412,9.665,99307.608,27366.785,840.194,3.629
273.617,186019.795,5688.690,9.642,99343.545,27344.175,836.330,3.633
274.624,186859.594,5690.981,9.619,99378.345,27321.542,832.469,3.637
275.625,187691.056,5693.272,9.597,99411.570,27299.022,828.635,3.642
276.642,188532.291,5695.612,9.575,99443.219,27276.123,824.743,3.646
277.649,189360.367,5697.937,9.554,99473.101,27253.469,820.901,3.650
278.651,190181.154,5700.264,9.534,99500.381,27230.902,817.081,3.654
279.652,190997.212,5702.599,9.515,99525.192,27208.355,813.271,3.658
280.654,191810.441,5704.949,9.496,99547.431,27185.774,809.463,3.662
281.658,192620.976,5707.312,9.478,99566.913,27163.157,805.655,3.666
282.663,193428.677,5709.689,9.460,99583.360,27140.508,801.850,3.669
283.668,194232.648,5712.078,9.443,99596.751,27117.853,798.050,3.673
284.670,195030.580,5714.470,9.426,99606.848,27095.258,794.267,3.676
285.672,195824.816,5716.872,9.411,99613.674,27072.658,790.490,3.679
286.692,196628.983,5719.327,9.396,99617.168,27049.663,786.653,3.683
287.706,197424.578,5721.778,9.381,99617.228,27026.802,782.846,3.686
288.706,198205.585,5724.206,9.367,99613.858,27004.251,779.096,3.689
289.707,198983.817,5726.647,9.354,99607.157,26981.673,775.349,3.692
290.708,199757.858,5729.096,9.342,99597.177,26959.109,771.610,3.694
291.720,200536.704,5731.581,9.330,99583.835,26936.297,767.835,3.697
292.720,201302.778,5734.048,9.319,99567.503,26913.753,764.111,3.700
293.720,202065.046,5736.523,9.308,99548.273,26891.214,760.394,3.702
294.728,202829.511,5739.027,9.298,99526.028,26868.504,756.655,3.704
295.730,203585.789,5741.526,9.289,99501.294,26845.931,752.943,3.706
296.738,204343.061,5744.049,9.280,99473.904,26823.222,749.216,3.708
297.745,205095.838,5746.578,9.272,99444.397,26800.542,745.498,3.711
298.756,205847.195,5749.125,9.264,99412.664,26777.798,741.776,3.713
299.760,206590.475,5751.665,9.258,99379.476,26755.193,738.081,3.714
300.767,207331.971,5754.220,9.252,99344.982,26732.537,734.384,3.716
301.770,208066.618,5756.773,9.246,99308.762,26709.985,730.710,3.718
302.777,208800.651,5759.345,9.240,99271.966,26687.346,727.027,3.720
303.783,209529.527,5761.921,9.235,99234.617,26664.761,723.357,3.722
304.785,210252.631,5764.497,9.231,99197.088,26642.249,719.706,3.723
305.794,210977.487,5767.101,9.227,99159.315,26619.577,716.033,3.725
306.797,211693.829,5769.696,9.224,99122.038,26597.064,712.392,3.727
307.801,212407.246,5772.302,9.221,99085.502,26574.537,708.755,3.729
308.810,213120.375,5774.929,9.218,99049.637,26551.912,705.107,3.730
309.821,213831.496,5777.570,9.216,99014.910,26529.241,701.457,3.732
310.834,214539.706,5780.222,9.214,98981.738,26506.553,697.811,3.734
311.836,215237.111,5782.856,9.212,98950.636,26484.103,694.208,3.736
312.846,215937.002,5785.522,9.211,98921.264,26461.462,690.581,3.738
313.846,216625.843,5788.168,9.210,98894.816,26439.069,687.000,3.740
314.870,217326.859,5790.884,9.209,98869.964,26416.166,683.343,3.743
315.873,218011.016,5793.557,9.208,98848.116,26393.700,679.762,3.745
316.882,218694.588,5796.250,9.208,98829.177,26371.140,676.173,3.748
317.891,219375.194,5798.955,9.207,98813.318,26348.563,672.588,3.750
318.898,220051.059,5801.665,9.208,98800.649,26326.027,669.016,3.753
319.903,220721.570,5804.376,9.207,98791.265,26303.553,665.461,3.756
320.914,221392.558,5807.113,9.208,98785.176,26280.944,661.892,3.759
321.924,222059.119,5809.856,9.208,98782.503,26258.365,658.334,3.762
322.931,222720.220,5812.601,9.208,98783.254,26235.850,654.794,3.765
323.942,223380.455,5815.366,9.209,98787.421,26213.242,651.247,3.769
324.950,224034.877,5818.132,9.209,98794.960,26190.711,647.720,3.772
325.950,224681.047,5820.887,9.210,98805.738,26168.341,644.225,3.776
326.953,225325.453,5823.659,9.210,98819.687,26145.908,640.729,3.780
327.959,225968.130,5826.449,9.211,98836.597,26123.410,637.230,3.783
328.974,226613.448,5829.276,9.212,98856.839,26100.691,633.706,3.788
329.984,227251.780,5832.098,9.213,98879.803,26078.088,630.208,3.792
331.000,227889.767,5834.945,9.214,98905.533,26055.366,626.700,3.796
332.007,228519.125,5837.779,9.214,98933.474,26032.820,623.228,3.800
333.014,229145.066,5840.624,9.215,98963.572,26010.266,619.763,3.805
334.022,229768.485,5843.484,9.216,98995.681,25987.669,616.301,3.809
335.031,230388.628,5846.356,9.217,99029.465,25965.057,612.845,3.814
336.050,231010.942,5849.265,9.219,99064.841,25942.230,609.366,3.819
337.059,231623.956,5852.157,9.220,99101.246,25919.608,605.927,3.823
338.068,232234.000,5855.062,9.221,99138.374,25896.958,602.493,3.828
339.081,232842.304,5857.987,9.223,99176.139,25874.236,599.057,3.833
340.092,233446.439,5860.918,9.225,99214.035,25851.532,595.633,3.838
341.112,234052.426,5863.887,9.226,99252.050,25828.617,592.187,3.843
342.129,234652.450,5866.855,9.229,99289.678,25805.787,588.763,3.848
343.141,235246.644,5869.821,9.231,99326.297,25783.039,585.361,3.852
344.152,235836.683,5872.795,9.233,99361.860,25760.310,581.971,3.857
345.163,236423.632,5875.780,9.236,99396.092,25737.560,578.587,3.862
346.172,237005.769,5878.770,9.238,99428.642,25714.857,575.219,3.867
347.189,237588.955,5881.793,9.242,99459.547,25691.971,571.834,3.871
348.194,238161.966,5884.791,9.245,99487.963,25669.344,568.496,3.876
349.203,238733.917,5887.811,9.249,99514.142,25646.620,565.152,3.880
350.213,239302.695,5890.842,9.252,99537.753,25623.883,561.816,3.885
351.218,239865.664,5893.871,9.257,99558.514,25601.238,558.502,3.889
352.233,240431.293,5896.942,9.261,99576.516,25578.346,555.161,3.893
353.239,240987.981,5899.992,9.266,99591.280,25555.676,551.861,3.897
354.258,241548.347,5903.090,9.272,99602.974,25532.530,548.527,3.901
355.277,242105.874,5906.202,9.278,99611.311,25509.239,545.199,3.905
356.293,242658.049,5909.312,9.283,99616.194,25486.030,541.890,3.909
357.308,243206.457,5912.429,9.290,99617.618,25462.836,538.593,3.912
358.310,243744.174,5915.512,9.297,99615.589,25439.977,535.348,3.916
359.314,244280.492,5918.616,9.304,99610.184,25417.023,532.100,3.919
360.324,244816.139,5921.743,9.312,99601.391,25393.949,528.845,3.922
361.326,245344.216,5924.853,9.320,99589.413,25371.067,525.624,3.925
362.329,245869.824,5927.977,9.328,99574.264,25348.173,522.407,3.928
363.335,246393.908,5931.118,9.337,99556.021,25325.185,519.187,3.931
364.345,246916.328,5934.278,9.346,99534.813,25302.136,515.966,3.934
365.351,247433.796,5937.435,9.356,99510.895,25279.166,512.764,3.936
366.356,247947.836,5940.599,9.366,99484.532,25256.209,509.572,3.939
367.367,248461.482,5943.788,9.376,99455.663,25233.133,506.370,3.941
368.375,248970.136,5946.973,9.387,99424.794,25210.144,503.188,3.944
369.386,249477.406,5950.178,9.398,99391.947,25187.078,500.003,3.946
370.395,249979.942,5953.381,9.410,99357.586,25164.087,496.835,3.948
371.400,250478.032,5956.583,9.421,99322.143,25141.167,493.685,3.951
372.409,250974.220,5959.800,9.434,99285.543,25118.192,490.534,3.953
373.413,251465.339,5963.012,9.446,99248.379,25095.315,487.404,3.955
374.414,251951.797,5966.222,9.459,99210.891,25072.521,484.293,3.957
375.425,252439.782,5969.469,9.472,99173.525,25049.536,481.160,3.959
376.431,252922.009,5972.706,9.485,99135.649,25026.679,478.052,3.961
377.440,253402.694,5975.961,9.498,99098.595,25003.739,474.942,3.963
378.447,253879.444,5979.218,9.512,99062.450,24980.846,471.847,3.966
379.450,254351.287,5982.469,9.526,99027.529,24958.051,468.771,3.968
380.458,254822.402,5985.744,9.539,98993.868,24935.164,465.689,3.970
381.462,255288.295,5989.011,9.553,98962.027,24912.371,462.630,3.972
382.467,255751.923,5992.291,9.567,98932.100,24889.548,459.573,3.975
383.474,256213.119,5995.583,9.581,98904.204,24866.696,456.522,3.977
384.482,256671.840,5998.887,9.595,98878.822,24843.814,453.474,3.980
385.488,257126.347,6002.190,9.609,98856.053,24820.997,450.444,3.983
386.491,257576.703,6005.492,9.624,98836.114,24798.247,447.429,3.986
387.503,258028.053,6008.831,9.638,98819.212,24775.295,444.396,3.989
388.511,258474.235,6012.163,9.652,98805.132,24752.455,441.387,3.992
389.521,258918.603,6015.512,9.666,98794.447,24729.554,438.378,3.995
390.522,259355.679,6018.836,9.680,98787.142,24706.880,435.406,3.998
391.528,259792.419,6022.188,9.693,98783.144,24684.085,432.426,4.002
392.531,260224.603,6025.537,9.707,98782.545,24661.549,429.465,4.006
393.538,260655.697,6028.908,9.720,98785.353,24639.026,426.500,4.009
394.547,261084.455,6032.293,9.734,98791.547,24616.468,423.540,4.013
395.551,261508.298,6035.671,9.747,98801.043,24594.012,420.602,4.017
396.558,261930.386,6039.068,9.759,98813.819,24571.489,417.665,4.021
397.563,262348.726,6042.466,9.772,98829.747,24549.007,414.742,4.026
398.565,262762.809,6045.863,9.785,98848.563,24526.593,411.838,4.030
399.571,263175.466,6049.280,9.797,98870.332,24504.094,408.932,4.035
400.572,263583.350,6052.692,9.810,98894.668,24481.693,406.048,4.040
401.584,263992.780,6056.150,9.822,98921.761,24459.040,403.142,4.044
402.584,264394.552,6059.577,9.834,98950.839,24436.644,400.279,4.049
403.584,264793.586,6063.014,9.845,98981.852,24414.236,397.424,4.054
404.587,265190.560,6066.467,9.857,99014.346,24391.775,394.572,4.059
405.598,265588.042,6069.960,9.868,99049.027,24369.115,391.705,4.065
406.608,265982.407,6073.460,9.880,99084.921,24346.459,388.849,4.070
407.616,266372.686,6076.959,9.891,99121.636,24323.866,386.011,4.075
408.634,266764.159,6080.504,9.902,99159.380,24301.027,383.153,4.080
409.647,267151.101,6084.045,9.913,99197.288,24278.275,380.316,4.086
410.658,267534.084,6087.585,9.924,99235.174,24255.579,377.497,4.091
411.674,267916.181,6091.153,9.935,99272.910,24232.757,374.672,4.097
412.689,268295.151,6094.729,9.946,99310.033,24209.943,371.858,4.102
413.707,268672.098,6098.322,9.957,99346.323,24187.069,369.048,4.107
414.717,269043.501,6101.899,9.968,99381.152,24164.352,366.268,4.113
415.727,269411.995,6105.484,9.979,99414.467,24141.634,363.498,4.118
416.736,269777.345,6109.076,9.990,99445.973,24118.930,360.739,4.123
417.745,270140.088,6112.678,10.001,99475.510,24096.208,357.989,4.128
418.764,270503.265,6116.322,10.012,99503.065,24073.276,355.224,4.133
419.781,270863.442,6119.974,10.024,99527.984,24050.350,352.470,4.138
420.787,271216.395,6123.589,10.036,99549.946,24027.703,349.759,4.143
421.793,271567.109,6127.218,10.048,99569.081,24005.020,347.054,4.148
422.799,271914.781,6130.852,10.060,99585.194,23982.354,344.361,4.152
423.811,272261.923,6134.518,10.072,99598.216,23959.541,341.660,4.157
424.825,272607.186,6138.202,10.084,99608.028,23936.668,338.962,4.161
425.839,272949.382,6141.890,10.097,99614.433,23913.816,336.276,4.166
426.841,273285.135,6145.547,10.110,99617.393,23891.213,333.630,4.170
427.855,273621.769,6149.250,10.124,99616.958,23868.369,330.964,4.174
428.860,273953.095,6152.931,10.138,99613.043,23845.705,328.329,4.177
429.863,274281.216,6156.615,10.152,99605.824,23823.080,325.708,4.181
430.864,274606.037,6160.297,10.166,99595.329,23800.504,323.101,4.185
431.865,274927.980,6163.984,10.180,99581.663,23777.950,320.506,4.188
432.868,275248.084,6167.687,10.195,99564.870,23755.345,317.915,4.191
433.880,275568.480,6171.431,10.211,99544.934,23732.539,315.309,4.194
434.887,275884.807,6175.165,10.227,99522.224,23709.840,312.725,4.198
435.889,276196.826,6178.885,10.242,99497.055,23687.270,310.164,4.200
436.901,276509.446,6182.650,10.259,99469.250,23664.475,307.586,4.203
437.907,276817.469,6186.397,10.275,99439.375,23641.833,305.035,4.206
438.911,277122.558,6190.146,10.292,99407.598,23619.226,302.496,4.209
439.921,277426.871,6193.923,10.309,99373.920,23596.494,299.952,4.211
440.926,277727.078,6197.688,10.326,99339.024,23573.885,297.431,4.214
441.932,278025.015,6201.461,10.344,99303.303,23551.265,294.917,4.216
442.936,278319.898,6205.234,10.362,99266.083,23528.694,292.417,4.219
443.938,278611.488,6209.003,10.380,99228.799,23506.192,289.933,4.221
444.943,278901.593,6212.790,10.398,99191.171,23483.621,287.451,4.224
445.946,279188.813,6216.579,10.416,99153.569,23461.090,284.981,4.226
446.947,279472.915,6220.364,10.434,99116.562,23438.618,282.527,4.229
447.949,279754.640,6224.157,10.452,99080.181,23416.148,280.081,4.231
448.951,280034.019,6227.956,10.471,99044.662,23393.679,277.644,4.234
449.952,280310.806,6231.760,10.489,99010.558,23371.231,275.219,4.236
450.954,280585.383,6235.572,10.507,98978.273,23348.773,272.801,4.239
451.960,280858.626,6239.406,10.526,98946.892,23326.232,270.383,4.242
452.966,281129.253,6243.243,10.544,98917.985,23303.714,267.976,4.245
453.972,281397.733,6247.090,10.562,98891.344,23281.180,265.577,4.248
454.984,281665.264,6250.964,10.580,98867.100,23258.528,263.175,4.251
455.996,281930.311,6254.845,10.598,98845.598,23235.773,260.783,4.254
457.003,282191.796,6258.714,10.616,98827.109,23212.929,258.412,4.257
458.010,282450.850,6262.590,10.633,98811.645,23190.095,256.051,4.261
459.018,282707.769,6266.476,10.650,98799.353,23167.268,253.697,4.265
460.021,282961.049,6270.349,10.667,98790.366,23144.548,251.366,4.268
461.025,283212.211,6274.233,10.683,98784.706,23121.803,249.042,4.272
462.029,283461.150,6278.125,10.699,98782.420,23099.058,246.727,4.276
463.034,283707.990,6282.028,10.715,98783.521,23076.288,244.420,4.281
464.040,283952.508,6285.939,10.730,98787.936,23053.513,242.123,4.285
465.063,284199.109,6289.928,10.746,98795.907,23030.331,239.795,4.290
466.081,284442.144,6293.906,10.761,98807.221,23007.258,237.488,4.295
467.083,284678.943,6297.827,10.775,98821.628,22984.555,235.228,4.299
468.089,284914.485,6301.772,10.789,98839.259,22961.800,232.970,4.305
469.098,285148.281,6305.735,10.802,98859.769,22939.008,230.716,4.310
470.099,285378.189,6309.678,10.816,98882.870,22916.328,228.488,4.315
471.106,285607.088,6313.650,10.829,98908.690,22893.572,226.258,4.320
472.117,285834.750,6317.648,10.841,98937.013,22870.666,224.028,4.326
473.125,286059.548,6321.644,10.854,98967.427,22847.803,221.815,4.332
474.134,286282.054,6325.648,10.865,98999.722,22824.975,219.612,4.337
475.134,286500.640,6329.629,10.877,99033.426,22802.316,217.437,4.343
476.139,286718.043,6333.637,10.888,99068.559,22779.523,215.262,4.349
477.146,286933.703,6337.662,10.899,99104.899,22756.674,213.092,4.355
478.151,287146.912,6341.691,10.910,99141.901,22733.846,210.936,4.361
479.155,287357.612,6345.722,10.919,99179.360,22711.021,208.793,4.367
480.156,287565.474,6349.748,10.930,99216.863,22688.278,206.667,4.373
481.167,287773.344,6353.825,10.940,99254.607,22665.284,204.530,4.379
482.176,287978.645,6357.903,10.950,99291.868,22642.351,202.407,4.385
483.176,288180.013,6361.953,10.960,99327.987,22619.635,200.313,4.391
484.185,288381.038,6366.048,10.969,99363.465,22596.734,198.211,4.397
485.188,288578.776,6370.128,10.979,99397.298,22573.926,196.132,4.403
486.191,288774.565,6374.219,10.989,99429.641,22551.081,194.061,4.409
487.198,288968.911,6378.332,10.998,99460.151,22528.142,191.994,4.415
488.203,289160.883,6382.447,11.008,99488.528,22505.253,189.940,4.421
489.206,289350.385,6386.561,11.018,99514.559,22482.408,187.901,4.426
490.211,289538.103,6390.689,11.028,99538.002,22459.518,185.869,4.432
491.212,289723.154,6394.812,11.037,99558.467,22436.708,183.855,4.437
492.216,289906.767,6398.955,11.047,99576.438,22413.837,181.844,4.443
493.216,290087.621,6403.090,11.057,99591.139,22391.028,179.852,4.448
494.226,290268.372,6407.275,11.068,99602.790,22368.004,177.849,4.453
495.233,290446.307,6411.450,11.079,99611.108,22345.048,175.865,4.458
496.235,290621.537,6415.615,11.089,99616.047,22322.202,173.900,4.463
497.238,290794.992,6419.792,11.100,99617.630,22299.332,171.942,4.467
498.242,290966.686,6423.981,11.112,99615.821,22276.420,169.993,4.472
499.246,291136.500,6428.179,11.123,99610.644,22253.528,168.053,4.476
500.253,291304.633,6432.390,11.135,99602.110,22230.572,166.120,4.480
501.263,291471.542,6436.627,11.147,99590.235,22207.541,164.190,4.485
502.268,291635.548,6440.845,11.160,99575.234,22184.635,162.281,4.488
503.277,291798.294,6445.086,11.172,99557.137,22161.627,160.374,4.492
504.285,291958.976,6449.330,11.185,99536.088,22138.657,158.480,4.496
505.294,292117.980,6453.586,11.198,99512.486,22115.693,156.593,4.500
506.312,292276.374,6457.884,11.212,99485.961,22092.497,154.702,4.503
507.328,292432.659,6462.182,11.226,99457.021,22069.314,152.823,4.507
508.339,292586.244,6466.463,11.240,99426.121,22046.308,150.964,4.510
509.353,292738.347,6470.762,11.254,99393.246,22023.205,149.111,4.513
510.354,292886.741,6475.013,11.268,99358.997,22000.415,147.292,4.516
511.357,293033.541,6479.276,11.283,99323.630,21977.590,145.480,4.519
512.367,293179.501,6483.572,11.297,99287.015,21954.610,143.666,4.522
513.373,293323.179,6487.861,11.312,99249.803,21931.708,141.868,4.525
514.384,293465.583,6492.171,11.327,99212.069,21908.746,140.074,4.528
515.391,293605.824,6496.475,11.342,99174.309,21885.861,138.296,4.531
516.394,293743.610,6500.763,11.357,99136.935,21863.067,136.536,4.534
517.394,293879.345,6505.047,11.371,99100.169,21840.359,134.791,4.537
518.400,294013.940,6509.355,11.386,99064.055,21817.538,133.048,4.541
519.404,294146.652,6513.665,11.401,99029.046,21794.768,131.317,4.544
520.408,294277.684,6517.981,11.415,98995.436,21771.982,129.597,4.547
521.417,294407.611,6522.323,11.430,98963.330,21749.086,127.878,4.550
522.428,294535.945,6526.675,11.444,98933.146,21726.194,126.169,4.554
523.437,294662.410,6531.028,11.458,98905.146,21703.331,124.472,4.557
524.437,294786.044,6535.346,11.472,98879.825,21680.664,122.801,4.561
525.439,294908.326,6539.681,11.485,98857.056,21657.948,121.137,4.564
526.441,295028.837,6544.018,11.498,98837.075,21635.265,119.484,4.568
527.448,295148.300,6548.383,11.511,98819.870,21612.471,117.834,4.572
528.450,295265.542,6552.733,11.523,98805.868,21589.778,116.202,4.577
529.454,295381.378,6557.097,11.535,98795.028,21567.050,114.578,4.581
530.462,295496.118,6561.488,11.546,98787.467,21544.210,112.956,4.585
531.469,295609.044,6565.878,11.557,98783.280,21521.422,111.349,4.590
532.474,295720.090,6570.264,11.568,98782.489,21498.692,109.755,4.595
533.475,295829.163,6574.642,11.578,98785.046,21476.026,108.178,4.600
534.478,295936.925,6579.037,11.587,98791.039,21453.319,106.608,4.605
535.482,296043.196,6583.442,11.596,98800.321,21430.591,105.047,4.610
536.487,296147.984,6587.858,11.604,98812.857,21407.848,103.496,4.616
537.496,296251.597,6592.298,11.612,98828.566,21385.006,101.950,4.621
538.506,296353.810,6596.751,11.620,98847.402,21362.131,100.413,4.627
539.507,296453.575,6601.173,11.626,98868.904,21339.449,98.900,4.633
540.514,296552.339,6605.625,11.633,98893.229,21316.652,97.389,4.639
541.526,296650.149,6610.110,11.638,98920.156,21293.715,95.881,4.646
542.529,296745.553,6614.562,11.643,98949.195,21270.970,94.398,4.652
543.538,296840.061,6619.051,11.648,98980.424,21248.109,92.917,4.658
544.542,296932.657,6623.527,11.652,99013.351,21225.376,91.452,4.665
545.550,297024.117,6628.027,11.656,99047.841,21202.506,89.994,4.672
546.566,297114.780,6632.570,11.659,99083.549,21179.450,88.535,4.678
547.577,297203.560,6637.101,11.662,99120.690,21156.494,87.094,4.685
548.584,297290.520,6641.620,11.665,99158.038,21133.627,85.670,4.692
549.589,297375.964,6646.144,11.667,99195.643,21110.781,84.259,4.699
550.593,297459.846,6650.668,11.669,99233.273,21087.959,82.860,4.706
551.598,297542.407,6655.204,11.670,99270.659,21065.103,81.471,4.713
552.598,297623.213,6659.729,11.672,99307.278,21042.352,80.100,4.719
553.601,297702.824,6664.272,11.673,99343.077,21019.523,78.735,4.726
554.606,297781.301,6668.837,11.674,99377.862,20996.636,77.378,4.733
555.608,297858.147,6673.394,11.674,99411.110,20973.824,76.036,4.740
556.616,297934.158,6677.990,11.675,99442.785,20950.855,74.696,4.746
557.617,298008.238,6682.557,11.676,99472.284,20928.093,73.378,4.753
558.623,298081.410,6687.159,11.676,99499.739,20905.159,72.062,4.760
559.625,298152.958,6691.749,11.676,99524.588,20882.304,70.763,4.766
560.626,298223.107,6696.340,11.677,99546.921,20859.488,69.477,4.772
561.631,298292.291,6700.961,11.677,99566.438,20836.581,68.195,4.778
562.637,298360.293,6705.596,11.678,99583.043,20813.633,66.923,4.785
563.642,298426.917,6710.231,11.679,99596.470,20790.714,65.663,4.790
564.650,298492.475,6714.887,11.679,99606.630,20767.696,64.410,4.796
565.661,298556.962,6719.565,11.680,99613.583,20744.631,63.164,4.802
566.670,298620.065,6724.240,11.681,99617.135,20721.615,61.932,4.807
567.675,298681.719,6728.906,11.682,99617.274,20698.647,60.715,4.813
568.690,298742.704,6733.621,11.684,99613.971,20675.478,59.497,4.818
569.702,298802.319,6738.332,11.685,99607.252,20652.354,58.294,4.823
570.716,298860.839,6743.059,11.687,99597.150,20629.193,57.099,4.828
571.716,298917.359,6747.726,11.689,99583.861,20606.365,55.931,4.833
572.724,298973.134,6752.435,11.691,99567.428,20583.363,54.765,4.837
573.729,299027.576,6757.135,11.693,99548.051,20560.437,53.614,4.842
574.736,299080.996,6761.853,11.695,99525.795,20537.454,52.470,4.846
575.743,299133.270,6766.576,11.698,99500.896,20514.482,51.338,4.850
576.752,299184.545,6771.318,11.701,99473.432,20491.479,50.213,4.854
577.760,299234.606,6776.056,11.704,99443.785,20468.492,49.101,4.858
578.763,299283.274,6780.773,11.706,99412.300,20445.701,48.006,4.862
579.772,299331.172,6785.528,11.709,99378.951,20422.762,46.915,4.866
580.773,299377.611,6790.250,11.713,99344.351,20399.978,45.843,4.870
581.777,299423.081,6794.987,11.716,99308.537,20377.179,44.779,4.874
582.777,299467.354,6799.715,11.719,99271.859,20354.417,43.729,4.877
583.781,299510.732,6804.464,11.722,99234.620,20331.635,42.686,4.881
584.787,299553.161,6809.230,11.725,99196.914,20308.751,41.652,4.884
585.793,299594.535,6813.998,11.727,99159.244,20285.890,40.629,4.888
586.798,299634.865,6818.768,11.730,99121.990,20263.110,39.617,4.892
587.803,299674.150,6823.540,11.733,99085.360,20240.314,38.617,4.895
588.810,299712.544,6828.329,11.735,99049.537,20217.472,37.625,4.899
589.814,299749.817,6833.107,11.737,99015.082,20194.723,36.648,4.903
590.822,299786.260,6837.909,11.739,98982.019,20171.840,35.677,4.907
591.829,299821.721,6842.715,11.740,98950.731,20148.991,34.718,4.911
592.838,299856.238,6847.528,11.741,98921.503,20126.118,33.768,4.915
593.848,299889.895,6852.360,11.742,98894.462,20103.194,32.828,4.919
594.866,299922.818,6857.229,11.741,98869.935,20080.118,31.892,4.924
595.875,299954.528,6862.063,11.741,98847.989,20057.255,30.975,4.928
596.886,299985.384,6866.912,11.740,98829.149,20034.366,30.067,4.933
597.892,300015.181,6871.743,11.738,98813.275,20011.591,29.175,4.938
598.901,300044.164,6876.593,11.736,98800.584,19988.768,28.291,4.943
599.905,300072.124,6881.425,11.733,98791.234,19966.054,27.422,4.948
600.910,300099.237,6886.267,11.730,98785.188,19943.325,26.563,4.953
601.912,300125.448,6891.107,11.725,98782.510,19920.636,25.717,4.959
602.918,300150.891,6895.968,11.720,98783.223,19897.885,24.879,4.965
603.921,300175.425,6900.821,11.714,98787.311,19875.204,24.054,4.970
604.930,300199.269,6905.708,11.708,98794.802,19852.367,23.236,4.976
605.930,300222.114,6910.564,11.701,98805.496,19829.710,22.435,4.983
606.939,300244.334,6915.465,11.693,98819.504,19806.869,21.638,4.989
607.939,300265.588,6920.335,11.684,98836.356,19784.217,20.858,4.996
608.946,300286.193,6925.243,11.674,98856.509,19761.444,20.085,5.002
609.950,300305.975,6930.146,11.664,98879.287,19738.697,19.324,5.009
610.959,300325.097,6935.082,11.653,98904.701,19715.828,18.570,5.017
611.962,300343.334,6939.991,11.641,98932.584,19693.124,17.832,5.024
612.969,300360.927,6944.934,11.629,98962.574,19670.291,17.101,5.031
613.973,300377.740,6949.871,11.615,98994.518,19647.506,16.383,5.039
614.976,300393.813,6954.808,11.602,99027.949,19624.749,15.677,5.046
615.977,300409.153,6959.744,11.587,99062.819,19602.040,14.982,5.054
616.982,300423.860,6964.708,11.572,99098.958,19579.230,14.296,5.061
617.982,300437.823,6969.659,11.556,99135.727,19556.513,13.623,5.069
618.988,300451.187,6974.645,11.540,99173.108,19533.663,12.957,5.077
619.996,300463.923,6979.654,11.523,99210.624,19510.727,12.300,5.085
620.998,300475.923,6984.638,11.505,99248.359,19487.965,11.658,5.093
622.003,300487.320,6989.648,11.487,99285.538,19465.122,11.025,5.101
623.009,300498.101,6994.673,11.469,99322.123,19442.214,10.401,5.109
624.014,300508.242,6999.698,11.450,99357.583,19419.352,9.789,5.116
625.014,300517.733,7004.709,11.430,99391.555,19396.601,9.190,5.124
626.016,300526.640,7009.735,11.411,99424.105,19373.787,8.601,5.132
627.025,300535.024,7014.809,11.391,99455.061,19350.794,8.017,5.140
628.032,300542.815,7019.884,11.371,99483.889,19327.835,7.445,5.147
629.037,300550.013,7024.952,11.350,99510.320,19304.929,6.885,5.155
630.038,300556.630,7030.009,11.329,99534.174,19282.102,6.338,5.162
631.046,300562.744,7035.110,11.308,99555.447,19259.134,5.797,5.169
632.051,300568.307,7040.206,11.287,99573.746,19236.212,5.267,5.176
633.059,300573.354,7045.324,11.265,99589.063,19213.223,4.747,5.183
634.061,300577.858,7050.421,11.244,99601.111,19190.342,4.240,5.190
635.068,300581.876,7055.548,11.222,99609.980,19167.358,3.741,5.197
636.312,300586.157,7061.896,11.218,99612.723,19138.931,3.141,5.205
637.316,300589.074,7067.025,11.184,99617.611,19116.025,2.668,5.211
638.327,300591.536,7072.196,11.153,99615.519,19093.071,2.201,5.217
639.329,300593.516,7077.329,11.128,99610.077,19070.184,1.747,5.223
640.329,300595.044,7082.463,11.104,99601.307,19047.334,1.304,5.229
641.338,300596.140,7087.643,11.082,99589.231,19024.309,0.868,5.235
642.340,300596.800,7092.799,11.059,99574.049,19001.408,0.444,5.240
643.347,300597.039,7097.985,11.036,99555.752,18978.409,0.029,5.246
644.354,300596.866,7103.174,11.013,99534.570,18955.427,-0.377,5.251
645.363,300596.288,7108.382,10.990,99510.593,18932.392,-0.773,5.256
646.366,300595.324,7113.566,10.967,99484.189,18909.494,-1.157,5.261
647.369,300593.976,7118.756,10.943,99455.565,18886.606,-1.531,5.266
648.371,300592.265,7123.943,10.920,99424.868,18863.778,-1.895,5.271
649.376,300590.185,7129.154,10.896,99392.255,18840.859,-2.249,5.275
650.385,300587.743,7134.390,10.872,99357.928,18817.856,-2.596,5.280
651.393,300584.960,7139.627,10.847,99322.296,18794.888,-2.932,5.285
652.397,300581.854,7144.851,10.822,99285.899,18771.998,-3.257,5.289
653.408,300578.405,7150.111,10.797,99248.527,18748.991,-3.574,5.294
654.412,300574.667,7155.343,10.771,99210.990,18726.133,-3.880,5.298
655.415,300570.629,7160.577,10.745,99173.396,18703.296,-4.175,5.302
656.424,300566.275,7165.845,10.718,99135.820,18680.340,-4.462,5.307
657.427,300561.666,7171.086,10.690,99098.956,18657.539,-4.738,5.311
658.429,300556.787,7176.330,10.663,99062.998,18634.759,-5.005,5.316
659.431,300551.647,7181.578,10.634,99028.120,18611.991,-5.261,5.321
660.441,300546.217,7186.868,10.604,98994.395,18589.073,-5.510,5.325
661.448,300540.548,7192.156,10.574,98962.383,18566.190,-5.749,5.330
662.456,300534.639,7197.451,10.543,98932.324,18543.312,-5.978,5.335
663.463,300528.504,7202.746,10.511,98904.488,18520.462,-6.198,5.340
664.469,300522.156,7208.044,10.478,98879.068,18497.634,-6.408,5.345
665.478,300515.589,7213.357,10.444,98856.229,18474.770,-6.609,5.351
666.485,300508.831,7218.673,10.410,98836.215,18451.941,-6.800,5.356
667.490,300501.898,7223.983,10.374,98819.226,18429.173,-6.982,5.362
668.504,300494.722,7229.348,10.336,98805.367,18406.174,-7.156,5.368
669.517,300487.384,7234.713,10.298,98794.587,18383.215,-7.321,5.374
670.530,300479.884,7240.085,10.259,98787.153,18360.259,-7.476,5.380
671.543,300472.232,7245.464,10.218,98783.137,18337.305,-7.622,5.387
672.558,300464.426,7250.857,10.176,98782.561,18314.324,-7.759,5.394
673.573,300456.483,7256.261,10.133,98785.446,18291.358,-7.888,5.401
674.593,300448.364,7261.705,10.088,98791.817,18268.241,-8.008,5.408
675.617,300440.105,7267.173,10.042,98801.647,18245.072,-8.119,5.415
676.638,300431.758,7272.635,9.995,98814.798,18221.941,-8.220,5.423
677.663,300423.283,7278.124,9.946,98831.243,18198.714,-8.313,5.431
678.674,300414.835,7283.547,9.897,98850.525,18175.794,-8.397,5.439
679.692,300406.241,7289.020,9.845,98872.848,18152.706,-8.472,5.447
680.700,300397.666,7294.446,9.793,98898.033,18129.845,-8.538,5.455
681.711,300389.002,7299.897,9.739,98925.373,18106.915,-8.595,5.463
682.711,300380.376,7305.301,9.685,98954.754,18084.215,-8.644,5.472
683.715,300371.680,7310.729,9.629,98986.096,18061.473,-8.685,5.481
684.723,300362.906,7316.193,9.572,99019.378,18038.607,-8.718,5.489
685.732,300354.095,7321.671,9.513,99054.183,18015.696,-8.743,5.498
686.732,300345.337,7327.113,9.453,99089.893,17992.967,-8.760,5.507
687.740,300336.497,7332.608,9.392,99126.722,17970.043,-8.769,5.516
688.749,300327.648,7338.114,9.329,99164.206,17947.109,-8.771,5.525
689.751,300318.864,7343.593,9.265,99201.670,17924.325,-8.765,5.534
690.763,300309.998,7349.139,9.199,99239.528,17901.289,-8.751,5.544
691.766,300301.223,7354.648,9.134,99276.789,17878.434,-8.731,5.553
692.768,300292.494,7360.155,9.067,99312.847,17855.627,-8.703,5.562
693.776,300283.732,7365.712,8.998,99348.730,17832.651,-8.667,5.571
694.783,300275.025,7371.270,8.928,99383.346,17809.700,-8.625,5.580
695.798,300266.294,7376.883,8.856,99416.723,17786.555,-8.575,5.589
696.810,300257.646,7382.488,8.783,99448.202,17763.480,-8.519,5.598
697.823,300249.049,7388.108,8.710,99477.654,17740.373,-8.455,5.607
698.825,300240.611,7393.679,8.635,99504.941,17717.506,-8.386,5.616
699.830,300232.219,7399.277,8.560,99529.378,17694.559,-8.310,5.625
700.837,300223.893,7404.894,8.483,99551.246,17671.572,-8.228,5.633
701.848,300215.613,7410.548,8.404,99570.258,17648.480,-8.139,5.642
702.859,300207.434,7416.206,8.324,99586.239,17625.402,-8.044,5.650
703.868,300199.372,7421.861,8.243,99599.041,17602.352,-7.943,5.658
704.872,300191.450,7427.501,8.162,99608.500,17579.413,-7.837,5.666
705.874,300183.654,7433.137,8.079,99614.649,17556.519,-7.725,5.674
706.882,300175.928,7438.814,7.994,99617.455,17533.494,-7.608,5.682
707.888,300168.338,7444.490,7.908,99616.851,17510.526,-7.485,5.689
708.897,300160.845,7450.196,7.821,99612.829,17487.451,-7.356,5.696
709.898,300153.550,7455.859,7.733,99605.506,17464.586,-7.224,5.703
710.907,300146.333,7461.577,7.643,99594.813,17441.532,-7.085,5.710
711.907,300139.317,7467.254,7.552,99581.219,17418.686,-6.943,5.717
712.929,300132.301,7473.059,7.458,99564.060,17395.352,-6.793,5.724
713.944,300125.484,7478.836,7.362,99543.817,17372.161,-6.640,5.730
714.970,300118.756,7484.680,7.264,99520.611,17348.739,-6.481,5.736
715.977,300112.312,7490.424,7.166,99495.145,17325.755,-6.321,5.743
716.982,300106.039,7496.170,7.066,99467.315,17302.796,-6.157,5.749
717.994,300099.895,7501.959,6.964,99437.057,17279.701,-5.988,5.755
719.013,300093.886,7507.791,6.859,99404.754,17256.466,-5.815,5.760
720.033,300088.045,7513.641,6.752,99370.594,17233.197,-5.638,5.766
721.043,300082.445,7519.437,6.644,99334.890,17210.177,-5.460,5.772
722.051,300077.035,7525.229,6.534,99298.639,17187.208,-5.279,5.777
723.059,300071.805,7531.032,6.420,99261.539,17164.229,-5.096,5.783
724.068,300066.759,7536.843,6.305,99223.928,17141.253,-4.911,5.789
725.076,300061.905,7542.656,6.187,99186.154,17118.307,-4.723,5.794
726.088,300057.225,7548.498,6.066,99148.359,17095.285,-4.534,5.800
727.099,300052.743,7554.340,5.942,99111.031,17072.295,-4.342,5.805
728.105,300048.475,7560.161,5.816,99074.528,17049.422,-4.151,5.811
729.116,300044.379,7566.017,5.686,99039.036,17026.447,-3.958,5.817
730.126,300040.481,7571.878,5.553,99004.769,17003.486,-3.764,5.823
731.136,300036.782,7577.743,5.417,98972.122,16980.545,-3.570,5.829
732.142,300033.293,7583.590,5.277,98941.546,16957.706,-3.377,5.835
733.148,300029.994,7589.450,5.134,98913.377,16934.855,-3.185,5.841
734.172,300026.838,7595.417,4.984,98886.723,16911.617,-2.990,5.847
735.191,300023.893,7601.366,4.831,98862.796,16888.488,-2.797,5.854
736.204,300021.160,7607.284,4.674,98841.803,16865.518,-2.607,5.861
737.219,300018.614,7613.228,4.514,98823.760,16842.481,-2.419,5.868
738.238,300016.249,7619.198,4.347,98808.775,16819.378,-2.232,5.875
739.243,300014.102,7625.093,4.178,98797.074,16796.603,-2.052,5.882
740.246,300012.137,7630.987,4.004,98788.815,16773.874,-1.875,5.889
741.250,300010.347,7636.896,3.825,98783.910,16751.109,-1.702,5.897
742.252,300008.720,7642.800,3.642,98782.371,16728.401,-1.535,5.905
743.264,300007.247,7648.776,3.452,98784.245,16705.447,-1.370,5.913
744.273,300005.939,7654.744,3.258,98789.533,16682.564,-1.212,5.922
745.280,300004.792,7660.703,3.058,98798.145,16659.744,-1.060,5.930
746.289,300003.791,7666.691,2.851,98810.088,16636.851,-0.915,5.939
747.297,300002.935,7672.677,2.636,98825.193,16614.005,-0.778,5.948
748.310,300002.210,7678.707,2.412,98843.461,16591.026,-0.648,5.958
749.321,300001.611,7684.735,2.181,98864.618,16568.090,-0.529,5.967
750.330,300001.130,7690.758,1.942,98888.522,16545.198,-0.420,5.977
751.341,300000.752,7696.806,1.693,98915.020,16522.255,-0.322,5.987
752.343,300000.471,7702.811,1.440,98943.643,16499.511,-0.237,5.997
753.349,300000.267,7708.849,1.180,98974.324,16476.671,-0.164,6.007
754.358,300000.128,7714.918,0.923,99006.593,16453.748,-0.105,6.017
755.380,300000.044,7721.073,0.674,99041.315,16430.532,-0.057,6.028
756.400,300000.003,7727.230,0.572,99077.292,16407.341,-0.016,6.039
757.412,299999.998,7729.889,0.613,0.000,16397.271,-0.000,-0.000
758.421,299999.991,7729.892,0.680,0.000,16397.271,-0.010,-0.000
759.424,299999.973,7729.896,0.747,0.000,16397.271,-0.020,-0.000
760.440,299999.946,7729.899,0.814,0.000,16397.271,-0.030,-0.000
761.454,299999.909,7729.903,0.881,0.000,16397.271,-0.039,-0.000
762.472,299999.861,7729.906,0.949,0.000,16397.271,-0.049,-0.000
763.486,299999.804,7729.910,1.016,0.000,16397.271,-0.059,-0.000
764.514,299999.736,7729.913,1.085,0.000,16397.271,-0.069,-0.000
765.540,299999.657,7729.916,1.153,0.000,16397.271,-0.079,-0.000
766.555,299999.571,7729.920,1.220,0.000,16397.271,-0.089,-0.000
767.555,299999.475,7729.923,1.286,0.000,16397.271,-0.099,-0.000
768.562,299999.369,7729.927,1.353,0.000,16397.271,-0.109,-0.000
769.565,299999.254,7729.930,1.420,0.000,16397.271,-0.118,-0.000
770.569,299999.128,7729.934,1.487,0.000,16397.271,-0.128,-0.000
771.582,299998.993,7729.937,1.554,0.000,16397.271,-0.138,-0.000
772.588,299998.847,7729.941,1.621,0.000,16397.271,-0.148,-0.000
773.593,299998.693,7729.944,1.688,0.000,16397.271,-0.158,-0.000
774.595,299998.529,7729.948,1.754,0.000,16397.271,-0.168,-0.000
775.603,299998.354,7729.951,1.821,0.000,16397.271,-0.178,-0.000
776.615,299998.170,7729.955,1.888,0.000,16397.271,-0.187,-0.000
777.624,299997.974,7729.958,1.955,0.000,16397.271,-0.197,-0.000
778.632,299997.770,7729.962,2.022,0.000,16397.271,-0.207,-0.000
779.646,299997.555,7729.965,2.090,0.000,16397.271,-0.217,-0.000
780.651,299997.332,7729.969,2.157,0.000,16397.271,-0.227,-0.000
781.663,299997.097,7729.972,2.224,0.000,16397.271,-0.237,-0.000

Any reason why my roll thrusters are going crazy during the second stage burn?
 
Any reason why my roll thrusters are going crazy during the second stage burn?

I just flew it from launch to MECO and nothing wrong happened. Actually it was a really smooth launch. Can you reproduce the bug? does it happens all the times?

Here's my telemetry of the launch:

Code:
<--!Multistage 2015 Automatically Generated Telemetry File!-->
MET,Altitude,Speed,Pitch,Thrust,Mass,V-Speed,Acceleration
1.002,27.283,408.002,89.993,6706524.682,428431.382,5.943,15.653
2.003,36.189,408.128,89.990,6714633.592,426388.815,11.852,15.747
3.007,51.087,408.342,89.986,6722613.680,424340.797,17.865,15.841
4.010,72.077,408.650,89.982,6730344.685,422289.405,23.975,15.935
5.010,99.144,409.057,89.970,6737804.230,420241.437,30.160,16.029
6.015,132.618,409.584,89.920,6744996.945,418182.506,36.469,16.124
7.018,172.405,410.225,89.905,6751819.619,416125.193,42.862,16.218
8.019,218.540,411.048,89.184,6758247.412,414063.965,49.333,16.307
9.022,271.292,412.241,88.204,6764296.643,411999.966,55.899,16.391
10.025,330.718,413.835,87.248,6769947.630,409931.973,62.545,16.475
11.027,396.697,415.785,86.311,6775186.296,407867.902,69.252,16.565
12.028,469.461,418.102,85.424,6780045.936,405801.483,76.028,16.639
13.033,549.288,420.819,84.554,6784551.518,403727.580,82.880,16.720
14.033,635.646,423.869,83.718,6788717.548,401663.125,89.769,16.814
15.039,729.392,427.269,82.905,6792608.737,399587.229,96.754,16.898
16.040,829.762,431.004,82.119,6796252.122,397520.023,103.761,16.976
17.044,937.492,435.090,81.355,6799727.773,395445.676,110.840,17.064
18.045,1051.990,439.486,80.614,6803079.442,393377.524,117.954,17.158
19.048,1173.975,444.210,79.890,6806397.023,391302.960,125.146,17.251
20.051,1303.086,449.243,79.186,6809740.886,389229.538,132.385,17.344
21.054,1439.540,454.586,78.500,6813193.014,387154.232,139.683,17.442
22.055,1583.027,460.219,77.831,6816819.281,385082.575,147.023,17.545
23.055,1733.805,466.146,77.179,6820699.484,383011.093,154.420,17.652
24.057,1892.289,472.374,76.540,6824912.070,380935.024,161.894,17.764
25.058,2058.079,478.885,75.915,6829512.846,378860.281,169.423,17.879
26.059,2231.427,485.682,75.301,6834566.367,376784.315,177.021,18.000
27.060,2412.397,492.763,74.697,6840127.676,374707.108,184.690,18.126
28.063,2601.494,500.142,74.099,6846254.654,372623.838,192.445,18.235
29.066,2798.432,507.781,73.508,6852976.483,370538.338,200.240,18.323
30.070,3003.364,515.677,72.920,6860319.512,368449.205,208.074,18.412
31.073,3216.007,523.815,72.331,6868282.255,366359.486,215.934,18.503
32.074,3436.239,532.189,71.733,6876869.382,364270.260,223.815,18.598
33.076,3664.510,540.818,71.113,6886087.639,362177.135,231.733,18.699
34.081,3901.218,549.725,70.441,6895910.609,360076.883,239.705,18.813
35.082,4145.318,558.906,69.600,6906303.018,357978.069,247.695,18.964
36.085,4397.583,568.551,68.214,6917204.436,355871.147,255.757,19.228
37.088,4658.173,578.614,67.473,6928577.505,353764.618,263.872,19.367
38.093,4927.497,588.977,66.786,6940393.459,351650.486,272.042,19.493
39.095,5204.142,599.586,66.063,6952522.138,349539.662,280.215,19.632
40.097,5489.097,610.487,65.327,6964930.125,347424.523,288.422,19.778
41.102,5783.109,621.709,64.590,6977529.513,345299.910,296.682,19.928
42.105,6084.919,633.203,63.859,6990231.900,343175.114,304.957,20.081
43.108,6394.894,644.979,63.133,7002930.536,341047.582,313.257,20.237
44.110,6712.934,657.033,62.414,7015550.760,338918.073,321.578,20.395
45.113,7039.530,669.379,61.699,7028023.797,336783.483,329.929,20.555
46.116,7374.680,682.016,60.990,7040256.040,334644.115,338.309,20.718
47.119,7718.192,694.933,60.288,7052188.778,332501.457,346.710,20.883
48.121,8070.070,708.128,59.592,7063727.307,330355.685,355.131,21.050
49.123,8430.046,721.590,58.904,7074827.494,328208.593,363.563,21.218
50.126,8799.048,735.350,58.222,7085450.539,326054.949,372.026,21.389
51.129,9176.320,749.376,57.547,7095527.256,323899.470,380.498,21.554
52.129,9561.119,763.634,56.881,7105017.910,321746.416,388.957,21.721
53.130,9954.589,778.166,56.222,7113938.099,319589.475,397.428,21.888
54.131,10356.761,792.970,55.571,7122272.853,317428.768,405.909,22.057
55.133,10767.799,808.050,54.926,7130014.522,315263.704,414.401,22.228
56.134,11186.759,823.371,54.291,7137195.098,313099.438,422.883,22.402
57.137,11614.973,838.985,53.661,7143828.819,310929.298,431.384,22.581
58.140,12051.964,854.872,53.040,7149947.651,308756.036,439.895,22.762
59.143,12497.360,871.018,52.426,7155599.345,306581.709,448.405,22.944
60.143,12950.210,887.390,51.822,7160812.017,304410.947,456.897,23.129
61.144,13411.569,904.025,51.226,7165671.145,302238.698,465.390,23.315
62.146,13882.294,920.953,50.637,7170243.917,300061.120,473.900,23.505
63.149,14361.840,938.156,50.056,7174590.121,297880.977,482.415,23.697
64.152,14850.046,955.628,49.483,7178775.427,295699.124,490.934,23.893
65.155,15346.690,973.363,48.918,7182875.021,293516.607,499.452,24.092
66.158,15851.760,991.362,48.361,7186953.413,291333.474,507.970,24.294
67.160,16365.389,1009.631,47.813,7191083.417,289149.171,516.491,24.501
68.163,16887.557,1028.171,47.272,7195323.207,286963.777,525.016,24.711
69.165,17418.118,1046.980,46.740,7199732.359,284777.872,533.543,24.926
70.168,17957.225,1066.066,46.215,7204364.886,282590.770,542.077,25.145
71.171,18505.065,1085.437,45.698,7209256.992,280401.698,550.621,25.370
72.173,19061.493,1105.093,45.190,7214450.739,278211.205,559.177,25.599
73.176,19626.526,1125.037,44.688,7219967.830,276019.173,567.744,25.834
74.179,20200.220,1145.275,44.195,7225820.323,273825.336,576.327,26.074
75.182,20782.764,1165.817,43.709,7232022.355,271628.958,584.931,26.320
76.185,21373.572,1186.645,43.231,7238562.661,269432.191,593.548,26.572
77.187,21972.631,1207.765,42.761,7245425.859,267234.984,602.181,26.828
78.190,22580.931,1229.213,42.298,7252588.648,265033.712,610.845,27.091
79.192,23197.655,1250.965,41.842,7260025.778,262831.340,619.532,27.359
80.195,23823.434,1273.047,41.394,7267695.951,260625.632,628.252,27.632
81.198,24457.779,1295.445,40.953,7275542.006,258418.349,637.000,27.911
82.201,25101.060,1318.175,40.519,7283530.203,256208.260,645.782,28.195
83.204,25752.991,1341.230,40.092,7291584.677,253996.406,654.598,28.485
84.207,26413.938,1364.627,39.672,7299667.684,251781.661,663.452,28.779
85.209,27083.496,1388.355,39.259,7307705.442,249565.481,672.341,29.078
86.212,27762.431,1412.442,38.853,7315651.131,247345.488,681.278,29.383
87.215,28449.955,1436.865,38.454,7323437.928,245124.434,690.252,29.692
88.218,29146.739,1461.649,38.061,7331023.071,242900.327,699.274,30.006
89.220,29852.054,1486.771,37.676,7338347.534,240675.688,708.335,30.324
90.223,30566.979,1512.272,37.296,7345383.631,238447.345,717.451,30.647
91.224,31289.657,1538.088,36.924,7352081.891,236221.279,726.599,30.974
92.226,32022.918,1564.321,36.557,7358439.413,233989.033,735.816,31.306
93.229,32765.413,1590.927,36.197,7364428.794,231755.053,745.086,31.644
94.232,33514.807,1607.701,35.843,3998169.766,218850.339,748.345,18.156
95.235,34265.880,1621.241,35.496,3997032.338,217590.456,749.565,18.266
96.237,35018.133,1634.927,35.153,3995501.767,216330.999,750.768,18.374
97.240,35771.485,1648.758,34.812,3993597.924,215072.195,751.954,18.481
98.273,36548.639,1663.153,34.463,3991460.277,213776.353,753.154,18.591
99.275,37304.046,1677.271,34.126,3988718.618,212519.361,754.298,18.695
100.277,38060.596,1691.530,33.792,3985908.113,211263.221,755.419,18.799
101.280,38818.978,1705.943,33.460,3982891.484,210006.783,756.519,18.903
102.282,39577.639,1720.482,33.130,3979737.879,208752.640,757.593,19.007
103.286,40338.154,1735.177,32.802,3976509.946,207498.187,758.644,19.111
104.289,41099.502,1750.008,32.477,3973275.139,206245.076,759.669,19.216
105.291,41861.764,1764.979,32.154,3970114.867,204993.155,760.669,19.322
106.294,42624.935,1780.091,31.834,3967096.637,203742.366,761.645,19.429
107.297,43389.089,1795.347,31.516,3964291.010,202492.499,762.595,19.539
108.299,44154.298,1810.751,31.200,3961764.836,201243.332,763.522,19.651
109.302,44920.297,1826.299,30.887,3959582.644,199995.175,764.425,19.765
110.305,45687.317,1842.001,30.576,3957801.089,198747.496,765.306,19.883
111.308,46455.158,1857.856,30.268,3956470.539,197500.467,766.166,20.004
112.310,47223.799,1873.866,29.962,3955632.578,196253.939,767.006,20.129
113.313,47993.195,1890.035,29.658,3955319.307,195007.802,767.827,20.258
114.316,48763.516,1906.370,29.357,3955552.387,193761.591,768.631,20.391
115.318,49534.719,1922.875,29.058,3956342.961,192515.167,769.420,20.529
116.321,50306.625,1939.552,28.564,3957690.727,191265.122,770.182,20.669
117.324,51079.264,1956.406,28.646,3959583.918,190016.943,770.938,20.822
118.327,51852.649,1973.435,28.507,3961999.750,188769.089,771.780,20.975
119.329,52626.978,1990.650,28.230,3964905.251,187520.614,772.636,21.131
120.332,53402.227,2008.057,27.918,3968256.365,186271.161,773.483,21.292
121.335,54178.272,2025.657,27.598,3972000.922,185020.723,774.314,21.456
122.337,54954.944,2043.453,27.277,3976074.922,183769.421,775.128,21.625
123.340,55732.620,2061.457,26.956,3980413.727,182516.524,775.925,21.797
124.343,56511.051,2079.667,26.638,3984941.779,181262.312,776.707,21.973
125.346,57290.278,2098.089,26.322,3989581.127,180006.642,777.474,22.153
126.349,58070.392,2116.728,26.009,3994254.278,178749.306,778.225,22.335
127.351,58851.134,2135.580,25.700,3998873.802,177490.695,778.963,22.520
128.354,59632.438,2154.647,25.396,4003362.678,176230.900,779.687,22.707
129.357,60414.537,2173.938,25.097,4007644.335,174969.575,780.400,22.895
130.359,61197.513,2193.454,24.803,4011644.627,173706.635,781.100,23.085
131.362,61981.074,2213.191,24.516,4015293.897,172442.617,781.791,23.276
132.365,62765.299,2233.152,24.235,4018532.151,171177.495,782.472,23.468
133.368,63550.245,2253.337,23.961,4021306.226,169911.288,783.144,23.659
134.370,64335.786,2273.746,23.695,4023572.751,168644.334,783.810,23.851
135.373,65122.192,2294.383,23.435,4025299.092,167376.346,784.469,24.043
136.376,65909.027,2315.237,23.184,4026461.908,166108.193,785.124,24.234
137.379,66697.000,2336.327,22.940,4027050.833,164838.896,785.776,24.424
138.382,67485.273,2357.630,22.704,4027065.954,163569.989,786.426,24.614
139.384,68274.160,2379.152,22.475,4026518.907,162301.138,787.076,24.804
140.387,69063.648,2400.893,22.253,4025432.413,161032.541,787.726,24.993
141.390,69853.967,2422.858,22.038,4023839.080,159764.005,788.379,25.182
142.392,70644.662,2445.034,21.830,4021782.816,158496.419,789.036,25.371
143.395,71436.373,2467.438,21.627,4019312.864,157228.914,789.699,25.560
144.398,72228.502,2490.053,21.430,4016490.046,155962.587,790.368,25.750
145.401,73021.373,2512.889,21.239,4013377.955,154697.042,791.045,25.941
146.403,73814.892,2535.944,21.052,4010046.792,153432.534,791.733,26.133
147.405,74608.483,2559.201,20.868,4006569.132,152170.064,792.431,26.327
148.408,75403.548,2582.703,20.688,4003018.015,150907.467,793.142,26.524
149.411,76199.327,2606.429,20.511,3999467.829,149646.001,793.867,26.724
150.414,76995.594,2630.376,20.336,3995991.355,148386.044,794.606,26.928
151.418,77793.813,2654.590,20.162,3992653.518,147125.288,795.364,27.136
152.420,78591.675,2679.006,19.989,3989525.484,145867.358,796.137,27.349
153.423,79390.663,2703.672,19.817,3986656.231,144609.877,796.929,27.567
154.425,80189.007,2728.538,19.645,3984110.632,143355.578,797.739,27.791
155.426,80988.214,2753.655,19.473,3981913.875,142102.016,798.570,28.021
156.430,81789.988,2779.082,19.301,3980101.001,140846.447,799.424,28.258
157.432,82592.106,2804.757,19.128,3978700.477,139592.268,800.301,28.502
158.435,83395.066,2830.701,18.954,3977721.987,138338.609,801.201,28.753
159.438,84198.963,2856.923,18.778,3977167.050,137085.226,802.125,29.012
160.440,85003.377,2883.416,18.603,3977026.824,135832.676,803.074,29.278
161.444,85809.739,2910.235,18.426,3977282.620,134578.638,804.051,29.553
162.447,86616.635,2937.339,18.248,3977905.804,133325.232,805.054,29.836
163.449,87424.146,2964.739,18.070,3978859.018,132072.261,806.085,30.126
164.452,88233.013,2992.465,17.891,3980097.762,130818.510,807.145,30.424
165.454,89042.906,3020.513,17.713,3981570.164,129564.449,808.235,30.730
166.457,89854.063,3048.899,17.534,3983219.670,128309.681,809.357,31.044
167.461,90666.586,3077.632,17.357,3984984.979,127054.051,810.512,31.364
168.463,91479.787,3106.694,17.180,3986803.067,125798.630,811.699,31.692
169.466,92294.343,3136.114,17.005,3988610.349,124542.408,812.922,32.026
170.468,93109.611,3165.875,16.832,3990343.044,123286.441,814.180,32.366
171.471,93926.829,3196.025,16.661,3991941.004,122028.895,815.478,32.713
172.474,94745.332,3226.547,16.492,3993346.850,120770.903,816.814,33.065
173.476,95564.976,3257.437,16.326,3994507.148,119512.805,818.192,33.423
174.479,96385.955,3288.708,16.163,3995378.291,118254.450,819.612,33.786
175.482,97208.555,3320.374,16.003,3995922.265,116995.552,821.077,34.154
176.485,98032.760,3352.436,15.847,3996109.592,115736.314,822.589,34.528
177.487,98858.394,3384.893,15.694,3995920.474,114477.187,824.150,34.906
178.490,99685.544,3417.749,15.544,3995345.270,113218.232,825.761,35.289
179.493,100514.410,3451.015,15.398,3994384.112,111959.347,827.425,35.677
180.496,101344.994,3484.694,15.255,3993047.471,110700.735,829.145,36.071
181.498,102177.240,3518.788,15.115,3991356.561,109442.682,830.921,36.470
182.501,103011.447,3553.311,14.979,3989340.910,108184.930,832.758,36.875
183.503,103846.711,3588.229,14.845,3987043.901,106929.025,834.655,37.287
184.507,104685.464,3623.648,14.714,3984502.552,105671.512,836.620,37.706
185.509,105525.124,3659.464,14.585,3981783.812,104416.440,838.649,38.134
186.511,106366.239,3695.703,14.459,3978947.347,103163.141,840.746,38.569
187.515,107211.375,3732.484,14.333,3976045.262,101907.934,842.919,39.016
188.517,108057.557,3769.684,14.210,3973160.677,100655.381,845.163,39.473
189.520,108906.228,3807.373,14.088,3970357.953,99403.437,847.485,39.942
190.523,109757.241,3845.553,13.966,3967707.383,98152.418,849.886,40.424
191.526,110610.757,3884.241,13.845,3965277.114,96902.157,852.369,40.920
192.529,111466.879,3923.453,13.724,3963131.464,95652.553,854.938,41.433
193.531,112325.435,3963.192,13.603,3961333.574,94403.896,857.593,41.962
194.534,113186.436,4003.471,13.481,3959934.706,93156.184,860.338,42.509
195.536,114050.604,4044.339,13.359,3958981.666,91908.381,863.177,43.075
196.539,114917.610,4085.795,13.237,3958512.867,90660.961,866.113,43.663
197.542,115787.722,4127.869,13.114,3958556.532,89413.524,869.148,44.272
198.545,116660.729,4170.567,12.990,3959130.586,88166.362,872.286,44.905
199.547,117536.977,4213.925,12.865,3960242.047,86918.958,875.530,45.562
200.550,118416.615,4257.970,12.739,3961887.206,85671.085,878.884,46.245
201.553,119299.552,4302.718,12.614,3964050.264,84422.866,882.351,46.955
202.556,120186.217,4348.102,12.505,3934972.591,83176.500,885.915,47.309
203.559,121076.423,4393.554,12.514,3874541.687,81947.156,889.512,47.281
204.561,121970.375,4439.005,12.584,3818377.931,80736.314,893.205,47.294
205.564,122867.873,4484.439,12.666,3758465.229,79544.054,897.020,47.250
206.567,123769.249,4529.866,12.745,3702679.141,78369.788,900.960,47.246
207.570,124674.751,4575.294,12.818,3646971.091,77213.047,905.025,47.233
208.572,125584.332,4620.715,12.881,3591262.109,76073.756,909.207,47.208
209.575,126498.135,4666.129,12.933,3539472.176,74951.615,913.497,47.223
210.578,127416.238,4711.537,12.975,3487541.512,73846.337,917.890,47.227
211.580,128338.902,4756.945,13.003,3435402.640,72757.506,922.376,47.217
212.583,129266.082,4802.349,13.019,3382991.519,71685.007,926.944,47.192
213.586,130197.763,4847.743,13.021,3330252.334,70628.684,931.585,47.152
214.588,131134.210,4893.138,13.008,3281153.969,69588.069,936.288,47.151
215.591,132075.388,4938.530,12.980,3231646.838,68563.012,941.042,47.134
216.594,133021.395,4983.922,12.936,3181701.151,67553.208,945.835,47.099
217.597,133972.407,5029.321,12.874,3135320.168,66558.310,950.655,47.106
218.600,134928.269,5074.717,12.794,3088471.880,65578.276,955.486,47.096
219.602,135888.703,5120.098,12.694,3041152.598,64613.166,960.313,47.067
220.605,136854.095,5165.485,12.574,2997398.640,63662.311,965.124,47.083
221.608,137824.237,5210.868,12.433,2949168.460,62725.720,969.899,47.017
222.611,138799.233,5256.255,12.268,2904543.170,61803.021,974.623,46.997
223.613,139778.819,5301.636,12.078,2863552.183,60894.207,979.276,47.025
224.616,140763.083,5347.019,11.866,2818176.541,59998.906,983.841,46.970
225.619,141751.870,5392.401,11.623,2776512.100,59116.970,988.296,46.966
226.622,142745.111,5437.786,11.354,2734578.494,58248.131,992.620,46.947
227.624,143742.557,5483.169,11.167,2692426.121,57389.630,996.817,46.915
228.627,144744.067,5528.545,10.982,2654124.707,56540.799,1000.959,46.942
229.630,145750.424,5573.956,10.720,2611690.739,55702.125,1005.000,46.887
230.633,146759.576,5619.311,10.392,2573209.573,54875.419,1008.875,46.892
231.635,147775.724,5638.716,10.231,0.000,32326.992,1007.985,-0.000
232.638,148784.512,5637.040,10.280,0.000,32326.992,1003.308,-0.000
233.640,149787.536,5635.373,10.328,0.000,32326.992,998.636,-0.000
234.644,150787.351,5633.712,10.377,0.000,32326.992,993.957,-0.000
235.647,151782.165,5632.059,10.425,0.000,32326.992,989.281,-0.000
236.650,152771.510,5630.416,10.474,0.000,32326.992,984.610,-0.000
237.652,153756.432,5628.779,10.522,0.000,32326.992,979.938,-0.000
238.655,154736.532,5627.151,10.571,0.000,32326.992,975.267,-0.000
239.657,155711.493,5625.532,10.619,0.000,32326.992,970.599,-0.000
240.660,156682.695,5623.918,10.668,0.000,32326.992,965.927,-0.000
241.662,157648.516,5624.080,11.010,99383.106,32314.050,961.593,3.076
242.663,158609.228,5625.564,11.263,99485.316,32291.522,957.533,3.081
243.667,159568.184,5627.065,11.326,99585.267,32268.921,953.478,3.086
244.668,160521.084,5628.575,11.324,99681.615,32246.344,949.439,3.091
245.672,161472.037,5630.101,11.301,99773.877,32223.696,945.398,3.096
246.674,162417.327,5631.638,11.271,99860.923,32201.065,941.368,3.101
247.674,163356.789,5633.183,11.240,99942.019,32178.458,937.352,3.106
248.677,164294.638,5634.746,11.209,100016.760,32155.775,933.330,3.110
249.680,165228.521,5636.320,11.179,100084.285,32133.073,929.313,3.115
250.682,166158.216,5637.906,11.151,100143.992,32110.359,925.302,3.119
251.685,167084.043,5639.503,11.125,100195.365,32087.628,921.296,3.123
252.688,168005.985,5641.112,11.100,100237.948,32064.883,917.294,3.126
253.691,168923.931,5642.733,11.076,100271.356,32042.127,913.297,3.129
254.695,169838.882,5644.506,10.822,100295.308,27765.323,909.327,3.612
255.699,170749.775,5646.632,10.254,100309.568,27742.524,905.396,3.616
256.699,171653.672,5648.762,10.036,100314.005,27719.805,901.463,3.619
257.701,172555.260,5650.907,9.940,100308.618,27697.045,897.520,3.622
258.704,173453.270,5653.063,9.888,100293.435,27674.277,893.579,3.624
259.707,174347.156,5655.228,9.853,100268.598,27651.517,889.643,3.626
260.710,175237.454,5657.403,9.824,100234.303,27628.753,885.711,3.628
261.712,176123.472,5659.588,9.798,100190.885,27606.006,881.785,3.629
262.715,177005.729,5661.781,9.774,100138.703,27583.264,877.864,3.630
263.718,177884.090,5663.983,9.751,100078.226,27560.533,873.949,3.631
264.720,178758.344,5666.192,9.730,100009.988,27537.821,870.039,3.632
265.723,179628.800,5668.410,9.710,99934.601,27515.121,866.135,3.632
266.726,180495.354,5670.635,9.691,99852.718,27492.438,862.236,3.632
267.729,181357.906,5672.868,9.673,99765.080,27469.776,858.343,3.632
268.732,182216.856,5675.108,9.656,99672.414,27447.126,854.455,3.631
269.734,183071.414,5677.354,9.640,99575.627,27424.510,850.574,3.631
270.737,183922.456,5679.608,9.626,99475.481,27401.907,846.697,3.630
271.740,184769.616,5681.868,9.612,99372.891,27379.326,842.826,3.629
272.742,185612.718,5684.134,9.598,99268.800,27356.773,838.962,3.629
273.744,186451.390,5686.405,9.586,99164.137,27334.258,835.105,3.628
274.748,187287.538,5688.686,9.574,99059.706,27311.732,831.249,3.627
275.750,188119.059,5690.971,9.563,98956.557,27289.249,827.402,3.626
276.753,188946.882,5693.263,9.552,98855.552,27266.786,823.559,3.625
277.756,189770.742,5695.561,9.542,98757.600,27244.349,819.724,3.625
278.759,190591.077,5697.866,9.533,98663.564,27221.925,815.893,3.624
279.761,191406.907,5700.177,9.523,98574.247,27199.541,812.070,3.624
280.764,192219.248,5702.494,9.514,98490.487,27177.168,808.253,3.624
281.767,193027.774,5704.819,9.506,98412.977,27154.814,804.441,3.624
282.769,193832.489,5707.151,9.497,98342.406,27132.477,800.636,3.625
283.772,194633.468,5709.491,9.489,98279.442,27110.154,796.836,3.625
284.775,195430.546,5711.837,9.481,98224.590,27087.847,793.043,3.626
285.778,196223.857,5714.192,9.472,98178.378,27065.553,789.257,3.627
286.780,197013.330,5716.555,9.464,98141.184,27043.270,785.476,3.629
287.783,197799.090,5718.927,9.456,98113.344,27020.993,781.702,3.631
288.786,198580.975,5721.307,9.447,98095.105,26998.725,777.935,3.633
289.789,199359.140,5723.697,9.439,98086.628,26976.460,774.174,3.636
290.791,200133.513,5726.096,9.430,98087.989,26954.198,770.420,3.639
291.794,200904.359,5728.506,9.421,98099.181,26931.928,766.671,3.642
292.797,201671.048,5730.924,9.412,98120.090,26909.668,762.931,3.646
293.800,202434.582,5733.355,9.403,98150.549,26887.386,759.195,3.650
294.802,203193.731,5735.796,9.393,98190.287,26865.115,755.468,3.655
295.805,203949.327,5738.247,9.383,98238.932,26842.830,751.748,3.660
296.808,204701.181,5740.711,9.373,98296.076,26820.535,748.035,3.665
297.810,205449.318,5743.186,9.363,98361.189,26798.226,744.328,3.670
298.813,206193.927,5745.674,9.353,98433.742,26775.897,740.627,3.676
299.816,206934.876,5748.175,9.342,98513.107,26753.551,736.934,3.682
300.819,207671.805,5750.687,9.331,98598.435,26731.195,733.248,3.689
301.821,208405.142,5753.213,9.320,98689.122,26708.818,729.570,3.695
302.824,209134.778,5755.752,9.309,98784.330,26686.420,725.898,3.702
303.827,209861.038,5758.305,9.298,98883.242,26663.992,722.233,3.708
304.830,210583.709,5760.872,9.287,98985.006,26641.538,718.574,3.715
305.832,211301.980,5763.449,9.276,99088.489,26619.085,714.926,3.722
306.835,212017.049,5766.042,9.265,99193.055,26596.593,711.282,3.730
307.837,212728.387,5768.648,9.255,99297.680,26574.081,707.647,3.737
308.840,213436.235,5771.269,9.244,99401.467,26551.540,704.018,3.744
309.843,214140.404,5773.902,9.234,99503.458,26528.976,700.396,3.751
310.846,214840.741,5776.549,9.223,99602.743,26506.397,696.783,3.758
311.848,215537.656,5779.210,9.214,99698.491,26483.788,693.176,3.765
312.851,216230.919,5781.883,9.204,99789.834,26461.159,689.577,3.771
313.854,216920.482,5784.570,9.195,99875.955,26438.512,685.986,3.778
314.857,217606.888,5787.271,9.187,99956.142,26415.831,682.399,3.784
315.859,218289.209,5789.983,9.179,100029.608,26393.149,678.823,3.790
316.862,218968.045,5792.707,9.172,100095.754,26370.446,675.253,3.796
317.865,219643.437,5795.444,9.165,100153.986,26347.724,671.691,3.801
318.868,220315.141,5798.193,9.159,100203.789,26324.993,668.136,3.806
319.870,220983.385,5800.953,9.154,100244.722,26302.247,664.588,3.811
320.877,221650.718,5803.735,9.149,100276.301,26279.401,661.033,3.816
321.880,222311.761,5806.517,9.146,100298.682,26256.642,657.500,3.820
322.883,222969.399,5809.310,9.143,100311.125,26233.873,653.974,3.824
323.885,223623.307,5812.112,9.141,100313.747,26211.108,650.457,3.827
324.889,224274.436,5814.927,9.140,100306.515,26188.316,646.943,3.830
325.891,224920.701,5817.745,9.140,100289.524,26165.573,643.443,3.833
326.893,225564.094,5820.574,9.140,100262.918,26142.812,639.948,3.835
327.896,226204.005,5823.412,9.142,100226.908,26120.056,636.459,3.837
328.899,226840.726,5826.260,9.144,100181.802,26097.298,632.977,3.839
329.902,227473.620,5829.113,9.147,100128.038,26074.562,629.504,3.840
330.906,228103.682,5831.977,9.152,100066.018,26051.815,626.035,3.841
331.909,228730.274,5834.848,9.157,99996.763,26029.081,622.573,3.842
333.256,229565.484,5838.710,9.166,99924.776,25998.609,617.940,3.843
334.256,230181.827,5841.587,9.170,99807.108,25975.985,614.508,3.842
335.258,230795.593,5844.473,9.179,99716.829,25953.358,611.078,3.842
336.261,231406.946,5847.369,9.189,99621.788,25930.713,607.650,3.842
337.263,232014.450,5850.269,9.198,99523.123,25908.104,604.233,3.841
338.266,232618.705,5853.175,9.208,99421.570,25885.512,600.821,3.841
339.269,233219.436,5856.086,9.219,99318.082,25862.947,597.418,3.840
340.272,233816.815,5859.002,9.230,99213.555,25840.404,594.022,3.839
341.274,234410.769,5861.924,9.242,99108.893,25817.884,590.634,3.839
342.277,235001.222,5864.849,9.254,99005.050,25795.393,587.254,3.838
343.280,235588.443,5867.781,9.267,98902.936,25772.919,583.881,3.837
344.283,236172.213,5870.717,9.280,98803.415,25750.471,580.516,3.837
345.285,236752.602,5873.659,9.293,98707.425,25728.046,577.159,3.837
346.288,237329.677,5876.605,9.307,98615.767,25705.641,573.809,3.836
347.291,237903.332,5879.557,9.320,98529.300,25683.259,570.468,3.836
348.293,238473.646,5882.515,9.334,98448.748,25660.897,567.134,3.837
349.296,239040.734,5885.479,9.348,98374.820,25638.549,563.808,3.837
350.299,239604.334,5888.448,9.362,98308.201,25616.223,560.490,3.838
351.302,240164.786,5891.424,9.375,98249.448,25593.906,557.180,3.839
352.304,240721.783,5894.406,9.388,98199.103,25571.608,553.878,3.840
353.307,241275.514,5897.395,9.402,98157.594,25549.319,550.585,3.842
354.310,241825.917,5900.391,9.414,98125.307,25527.041,547.299,3.844
355.313,242373.131,5903.395,9.427,98102.505,25504.767,544.022,3.846
356.316,242917.228,5906.408,9.439,98089.409,25482.490,540.751,3.849
357.318,243457.649,5909.427,9.450,98086.119,25460.232,537.491,3.853
358.321,243994.891,5912.455,9.461,98092.672,25437.973,534.239,3.856
359.324,244528.981,5915.493,9.472,98109.010,25415.707,530.994,3.860
360.326,245059.701,5918.539,9.482,98134.981,25393.443,527.759,3.865
361.329,245587.308,5921.596,9.491,98170.366,25371.167,524.531,3.869
362.332,246111.619,5924.662,9.500,98214.848,25348.886,521.312,3.875
363.334,246632.825,5927.740,9.509,98268.037,25326.591,518.101,3.880
364.337,247150.561,5930.827,9.517,98329.452,25304.293,514.900,3.886
365.340,247665.282,5933.926,9.524,98398.566,25281.974,511.706,3.892
366.343,248176.882,5937.037,9.531,98474.768,25259.636,508.520,3.899
367.347,248685.830,5940.163,9.537,98557.468,25237.257,505.340,3.905
368.348,249190.204,5943.292,9.543,98645.647,25214.920,502.177,3.912
369.351,249692.191,5946.439,9.548,98738.824,25192.528,499.017,3.919
370.353,250191.065,5949.598,9.553,98836.089,25170.114,495.866,3.927
371.356,250686.676,5952.768,9.557,98936.557,25147.682,492.725,3.934
372.359,251179.108,5955.951,9.561,99039.342,25125.229,489.592,3.942
373.361,251668.473,5959.148,9.565,99143.571,25102.749,486.468,3.950
374.364,252154.768,5962.357,9.569,99248.286,25080.243,483.351,3.957
375.367,252637.823,5965.578,9.573,99352.577,25057.718,480.245,3.965
376.370,253117.884,5968.813,9.576,99455.543,25035.165,477.146,3.973
377.372,253594.694,5972.060,9.580,99556.208,25012.595,474.057,3.980
378.375,254068.526,5975.320,9.583,99653.728,24989.997,470.976,3.988
379.378,254539.344,5978.593,9.587,99747.277,24967.373,467.904,3.995
380.381,255006.893,5981.877,9.591,99835.953,24944.738,464.841,4.002
381.383,255471.545,5985.174,9.595,99919.038,24922.074,461.786,4.009
382.386,255932.965,5988.482,9.600,99995.742,24899.399,458.741,4.016
383.389,256391.432,5991.802,9.604,100065.429,24876.703,455.704,4.022
384.391,256846.885,5995.134,9.610,100127.474,24853.989,452.676,4.029
385.394,257299.384,5998.477,9.616,100181.336,24831.258,449.656,4.034
386.397,257748.748,6001.830,9.622,100226.504,24808.520,446.645,4.040
387.400,258195.019,6005.193,9.629,100262.602,24785.775,443.644,4.045
388.402,258638.288,6008.565,9.637,100289.319,24763.023,440.651,4.050
389.405,259078.763,6011.949,9.645,100306.411,24740.254,437.666,4.054
390.408,259516.055,6015.340,9.654,100313.724,24717.491,434.691,4.058
391.411,259950.596,6018.742,9.664,100311.196,24694.714,431.723,4.062
392.413,260381.919,6022.150,9.675,100298.854,24671.951,428.765,4.065
393.416,260810.440,6025.568,9.686,100276.796,24649.183,425.815,4.068
394.419,261235.917,6028.992,9.698,100245.213,24626.424,422.875,4.071
395.422,261658.470,6032.423,9.712,100204.404,24603.671,419.943,4.073
396.424,262078.064,6035.861,9.726,100154.717,24580.929,417.020,4.074
397.427,262494.738,6039.305,9.740,100096.607,24558.198,414.105,4.076
398.430,262908.508,6042.755,9.756,100030.568,24535.480,411.200,4.077
399.432,263319.405,6046.211,9.773,99957.179,24512.774,408.303,4.078
400.435,263727.370,6049.672,9.791,99877.116,24490.087,405.415,4.078
401.438,264132.505,6053.138,9.809,99791.029,24467.414,402.535,4.079
402.441,264534.787,6056.609,9.828,99699.760,24444.760,399.664,4.079
403.443,264933.998,6060.083,9.847,99604.082,24422.137,396.803,4.078
404.446,265330.381,6063.561,9.868,99504.893,24399.534,393.950,4.078
405.449,265724.001,6067.044,9.889,99402.918,24376.948,391.106,4.078
406.451,266114.758,6070.531,9.910,99299.183,24354.386,388.271,4.077
407.454,266502.652,6074.022,9.932,99194.554,24331.850,385.445,4.077
408.457,266887.735,6077.516,9.954,99089.985,24309.335,382.628,4.076
409.459,267269.967,6081.014,9.977,98986.378,24286.847,379.820,4.076
410.462,267649.528,6084.516,10.000,98884.643,24264.373,377.020,4.075
411.465,268026.092,6088.021,10.023,98785.741,24241.935,374.230,4.075
412.468,268399.993,6091.530,10.047,98690.451,24219.511,371.449,4.075
413.470,268770.985,6095.043,10.070,98599.690,24197.116,368.677,4.075
414.475,269139.864,6098.566,10.093,98514.089,24174.701,365.910,4.075
415.476,269504.915,6102.082,10.116,98434.765,24152.371,363.159,4.076
416.479,269867.633,6105.608,10.139,98362.186,24130.033,360.415,4.076
417.481,270227.719,6109.139,10.162,98296.945,24107.704,357.679,4.077
418.484,270584.974,6112.675,10.184,98239.680,24085.395,354.953,4.079
419.487,270939.613,6116.217,10.206,98190.902,24063.093,352.236,4.081
420.490,271291.401,6119.763,10.227,98151.054,24040.809,349.528,4.083
421.492,271640.488,6123.316,10.248,98120.462,24018.534,346.830,4.085
422.495,271986.949,6126.876,10.268,98099.408,23996.261,344.141,4.088
423.498,272330.599,6130.442,10.288,98088.081,23974.000,341.462,4.091
424.500,272671.701,6134.016,10.306,98086.579,23951.733,338.792,4.095
425.503,273010.023,6137.596,10.324,98094.915,23929.474,336.131,4.099
426.506,273345.823,6141.186,10.341,98113.019,23907.203,333.480,4.104
427.508,273678.789,6144.783,10.357,98140.719,23884.940,330.839,4.109
428.511,274009.249,6148.390,10.373,98177.782,23862.662,328.206,4.114
429.514,274337.141,6152.006,10.387,98223.889,23840.371,325.583,4.120
430.517,274662.145,6155.630,10.401,98278.594,23818.087,322.972,4.126
431.520,274984.779,6159.266,10.414,98341.469,23795.774,320.368,4.133
432.522,275304.669,6162.911,10.425,98411.914,23773.456,317.775,4.140
433.525,275621.989,6166.566,10.436,98489.323,23751.121,315.191,4.147
434.528,275936.781,6170.233,10.447,98573.029,23728.764,312.617,4.154
435.530,276248.901,6173.911,10.456,98662.240,23706.394,310.053,4.162
436.533,276558.518,6177.600,10.465,98756.218,23684.000,307.498,4.170
437.536,276865.629,6181.302,10.473,98854.144,23661.581,304.953,4.178
438.539,277170.134,6185.014,10.481,98955.101,23639.144,302.418,4.186
439.541,277472.089,6188.738,10.488,99058.232,23616.685,299.892,4.194
440.544,277771.538,6192.475,10.495,99162.599,23594.201,297.377,4.203
441.547,278068.406,6196.223,10.501,99267.289,23571.698,294.871,4.211
442.550,278362.951,6199.985,10.507,99371.445,23549.158,292.374,4.220
443.552,278654.788,6203.756,10.512,99474.025,23526.610,289.889,4.228
444.555,278944.236,6207.541,10.518,99574.197,23504.030,287.412,4.236
445.557,279231.139,6211.337,10.524,99671.060,23481.434,284.946,4.245
446.560,279515.713,6215.146,10.529,99763.788,23458.804,282.488,4.253
447.563,279797.734,6218.966,10.535,99851.522,23436.161,280.041,4.261
448.566,280077.283,6222.797,10.541,99933.467,23413.500,277.603,4.268
449.568,280354.403,6226.638,10.547,100008.953,23390.819,275.176,4.276
450.571,280629.110,6230.491,10.553,100077.294,23368.120,272.758,4.283
451.574,280901.477,6234.356,10.560,100137.903,23345.399,270.349,4.289
452.577,281171.347,6238.229,10.568,100190.200,23322.671,267.950,4.296
453.579,281438.768,6242.112,10.576,100233.748,23299.936,265.562,4.302
454.582,281703.878,6246.005,10.584,100268.166,23277.184,263.182,4.308
455.585,281966.616,6249.907,10.593,100293.150,23254.424,260.813,4.313
456.588,282226.908,6253.817,10.604,100308.468,23231.664,258.453,4.318
457.591,282484.980,6257.737,10.614,100313.997,23208.889,256.103,4.322
458.593,282740.572,6261.662,10.626,100309.681,23186.123,253.763,4.326
459.596,282993.832,6265.595,10.639,100295.559,23163.358,251.432,4.330
460.598,283244.746,6269.535,10.652,100271.760,23140.597,249.112,4.333
461.601,283493.386,6273.482,10.667,100238.494,23117.838,246.800,4.336
462.604,283739.769,6277.436,10.682,100196.037,23095.080,244.498,4.338
463.607,283983.721,6281.393,10.698,100144.794,23072.345,242.207,4.340
464.609,284225.459,6285.357,10.715,100085.198,23049.614,239.925,4.342
465.612,284464.919,6289.325,10.733,100017.778,23026.895,237.653,4.344
466.615,284702.051,6293.297,10.752,99943.128,23004.197,235.390,4.345
467.617,284936.957,6297.274,10.772,99861.933,22981.513,233.138,4.345
468.621,285169.796,6301.257,10.792,99774.793,22958.829,230.893,4.346
469.623,285400.092,6305.239,10.814,99682.712,22936.193,228.661,4.346
470.626,285628.238,6309.226,10.836,99586.304,22913.571,226.437,4.346
471.629,285854.179,6313.215,10.859,99486.475,22890.968,224.224,4.346
472.631,286077.853,6317.207,10.882,99384.166,22868.393,222.021,4.346
473.634,286299.372,6321.202,10.905,99280.197,22845.837,219.827,4.346
474.637,286518.709,6325.200,10.929,99175.505,22823.303,217.643,4.345
475.639,286735.835,6329.200,10.954,99071.046,22800.795,215.469,4.345
476.642,286950.869,6333.204,10.979,98967.701,22778.302,213.304,4.345
477.645,287163.609,6337.209,11.004,98866.445,22755.847,211.151,4.345
478.647,287374.294,6341.217,11.029,98768.108,22733.404,209.006,4.345
479.650,287582.786,6345.227,11.054,98673.604,22710.988,206.872,4.345
480.653,287789.159,6349.241,11.079,98583.740,22688.592,204.748,4.345
481.656,287993.447,6353.258,11.103,98499.307,22666.212,202.634,4.346
482.658,288195.570,6357.277,11.128,98421.085,22643.857,200.530,4.346
483.661,288395.593,6361.300,11.151,98349.746,22621.519,198.436,4.348
484.664,288593.481,6365.326,11.175,98285.928,22599.201,196.353,4.349
485.666,288789.350,6369.357,11.198,98230.176,22576.892,194.279,4.351
486.669,288983.185,6373.394,11.220,98182.978,22554.589,192.215,4.353
487.672,289174.865,6377.433,11.241,98144.787,22532.309,190.163,4.356
488.675,289364.638,6381.481,11.261,98115.900,22510.019,188.119,4.359
489.678,289552.158,6385.530,11.281,98096.608,22487.761,186.088,4.362
490.680,289737.677,6389.585,11.300,98087.076,22465.504,184.066,4.366
491.682,289921.150,6393.646,11.317,98087.360,22443.252,182.056,4.370
492.686,290102.846,6397.719,11.334,98097.484,22420.971,180.053,4.375
493.688,290282.403,6401.797,11.349,98117.345,22398.705,178.062,4.380
494.690,290459.821,6405.879,11.363,98146.752,22376.453,176.083,4.386
495.693,290635.341,6409.970,11.376,98185.465,22354.184,174.113,4.392
496.697,290809.144,6414.077,11.388,98233.212,22331.874,172.152,4.399
497.699,290980.766,6418.187,11.399,98289.422,22309.581,170.203,4.406
498.702,291150.505,6422.308,11.409,98353.736,22287.266,168.264,4.413
499.703,291317.963,6426.431,11.417,98425.463,22264.981,166.339,4.421
500.707,291484.064,6430.577,11.424,98504.106,22242.604,164.418,4.429
501.710,291647.998,6434.728,11.431,98588.909,22220.242,162.511,4.437
502.713,291810.013,6438.890,11.436,98679.036,22197.862,160.614,4.445
503.717,291970.278,6443.066,11.441,98774.011,22175.441,158.726,4.454
504.717,292128.089,6447.238,11.445,98872.204,22153.079,156.855,4.463
505.720,292284.408,6451.432,11.447,98973.617,22130.641,154.990,4.472
506.723,292438.935,6455.639,11.449,99077.065,22108.169,153.135,4.481
507.727,292591.714,6459.861,11.451,99181.698,22085.658,151.289,4.491
508.730,292742.543,6464.092,11.452,99286.439,22063.139,149.455,4.500
509.732,292891.457,6468.332,11.453,99390.355,22040.608,147.632,4.509
510.735,293038.580,6472.584,11.454,99492.515,22018.048,145.820,4.519
511.737,293183.847,6476.847,11.454,99592.092,21995.473,144.018,4.528
512.740,293327.290,6481.120,11.454,99688.234,21972.878,142.228,4.537
513.743,293469.109,6485.410,11.454,99780.139,21950.235,140.445,4.546
514.746,293609.030,6489.707,11.454,99866.866,21927.591,138.675,4.554
515.748,293747.205,6494.016,11.455,99947.725,21904.922,136.915,4.563
516.750,293883.450,6498.331,11.455,100021.882,21882.263,135.167,4.571
517.753,294018.195,6502.663,11.456,100088.900,21859.547,133.427,4.579
518.756,294151.145,6507.004,11.458,100148.031,21836.824,131.698,4.586
519.759,294282.275,6511.351,11.459,100198.755,21814.104,129.980,4.593
520.761,294411.745,6515.709,11.462,100240.681,21791.362,128.272,4.600
521.765,294539.609,6520.080,11.465,100273.424,21768.593,126.573,4.606
522.767,294665.586,6524.453,11.469,100296.650,21745.850,124.887,4.612
523.770,294790.020,6528.838,11.474,100310.204,21723.076,123.210,4.618
524.773,294912.747,6533.230,11.480,100313.945,21700.305,121.543,4.623
525.775,295033.730,6537.627,11.487,100307.844,21677.548,119.888,4.627
526.778,295153.125,6542.032,11.494,100291.956,21654.779,118.242,4.631
527.781,295270.896,6546.444,11.503,100266.408,21632.010,116.607,4.635
528.781,295386.769,6550.852,11.512,100231.489,21609.299,114.985,4.638
529.786,295501.503,6555.283,11.523,100187.377,21586.500,113.367,4.641
530.789,295614.309,6559.707,11.534,100134.589,21563.773,111.764,4.644
531.791,295725.605,6564.139,11.546,100073.513,21541.040,110.170,4.646
532.794,295835.276,6568.574,11.560,100004.744,21518.327,108.587,4.647
533.797,295943.407,6573.014,11.574,99928.814,21495.621,107.014,4.649
534.800,296049.948,6577.456,11.589,99846.468,21472.935,105.451,4.650
535.803,296154.927,6581.902,11.604,99758.466,21450.269,103.899,4.651
536.806,296258.313,6586.348,11.621,99665.471,21427.631,102.358,4.651
537.808,296360.142,6590.795,11.638,99568.432,21405.019,100.828,4.652
538.811,296460.470,6595.246,11.656,99468.083,21382.423,99.308,4.652
539.813,296559.304,6599.700,11.675,99365.346,21359.844,97.798,4.652
540.816,296656.635,6604.156,11.694,99261.166,21337.286,96.298,4.652
541.819,296752.428,6608.611,11.713,99156.467,21314.761,94.810,4.652
542.821,296846.736,6613.069,11.732,99052.161,21292.260,93.332,4.652
543.824,296939.619,6617.530,11.751,98949.109,21269.771,91.864,4.652
544.827,297031.027,6621.993,11.771,98848.255,21247.306,90.407,4.652
545.830,297120.901,6626.453,11.791,98750.623,21224.884,88.962,4.653
546.833,297209.417,6630.920,11.810,98656.876,21202.463,87.526,4.653
547.835,297296.444,6635.386,11.829,98567.969,21180.076,86.101,4.654
548.838,297382.070,6639.855,11.847,98484.621,21157.705,84.687,4.655
549.841,297466.300,6644.328,11.866,98407.590,21135.348,83.284,4.656
550.843,297549.071,6648.800,11.883,98337.598,21113.024,81.892,4.658
551.846,297630.516,6653.279,11.900,98275.177,21090.698,80.510,4.660
552.848,297710.542,6657.759,11.916,98220.960,21068.397,79.140,4.662
553.852,297789.282,6662.248,11.930,98175.340,21046.085,77.778,4.665
554.854,297866.573,6666.735,11.944,98138.829,21023.809,76.430,4.668
555.857,297942.568,6671.230,11.957,98111.681,21001.527,75.091,4.672
556.860,298017.189,6675.729,11.968,98094.150,20979.262,73.764,4.676
557.863,298090.491,6680.233,11.979,98086.394,20956.999,72.447,4.680
558.866,298162.493,6684.744,11.988,98088.477,20934.732,71.142,4.685
559.869,298233.197,6689.262,11.995,98100.384,20912.464,69.847,4.691
560.872,298302.650,6693.789,12.001,98122.049,20890.180,68.562,4.697
561.873,298370.670,6698.314,12.006,98153.136,20867.939,67.291,4.704
562.875,298437.453,6702.849,12.010,98193.492,20845.682,66.031,4.710
563.879,298503.109,6707.402,12.012,98242.822,20823.371,64.778,4.718
564.883,298567.499,6711.962,12.012,98300.562,20801.053,63.538,4.726
565.884,298630.520,6716.522,12.011,98366.226,20778.770,62.310,4.734
566.887,298692.422,6721.099,12.009,98439.330,20756.432,61.092,4.743
567.890,298753.068,6725.684,12.006,98519.092,20734.093,59.885,4.752
568.892,298812.483,6730.277,12.002,98604.924,20711.746,58.690,4.761
569.895,298870.752,6734.884,11.996,98695.918,20689.361,57.504,4.770
570.898,298927.841,6739.502,11.989,98791.430,20666.955,56.330,4.780
571.899,298983.669,6744.124,11.980,98890.456,20644.562,55.168,4.790
572.904,299038.509,6748.773,11.972,98992.442,20622.077,54.013,4.800
573.906,299092.072,6753.421,11.962,99096.082,20599.621,52.872,4.811
574.909,299144.551,6758.087,11.952,99200.721,20577.118,51.741,4.821
575.912,299195.865,6762.761,11.941,99305.302,20554.606,50.621,4.831
576.914,299246.045,6767.445,11.929,99408.919,20532.079,49.513,4.842
577.917,299295.163,6772.145,11.917,99510.793,20509.505,48.414,4.852
578.920,299343.180,6776.858,11.905,99609.897,20486.909,47.326,4.862
579.923,299390.088,6781.579,11.892,99705.355,20464.300,46.250,4.872
580.926,299435.926,6786.312,11.879,99796.451,20441.668,45.184,4.882
581.929,299480.724,6791.059,11.867,99882.118,20419.004,44.128,4.892
582.931,299524.423,6795.812,11.855,99961.785,20396.344,43.084,4.901
583.934,299567.099,6800.578,11.842,100034.693,20373.656,42.050,4.910
584.936,299608.736,6805.353,11.830,100100.286,20350.957,41.027,4.919
585.939,299649.358,6810.138,11.819,100157.925,20328.239,40.015,4.927
586.941,299688.957,6814.932,11.808,100207.067,20305.516,39.014,4.935
587.944,299727.584,6819.738,11.797,100247.348,20282.766,38.022,4.942
588.948,299765.242,6824.555,11.788,100278.404,20259.996,37.041,4.950
589.949,299801.846,6829.371,11.779,100299.832,20237.265,36.072,4.956
590.949,299837.441,6834.188,11.771,100311.599,20214.558,35.115,4.962
591.951,299872.120,6839.018,11.763,100313.577,20191.824,34.168,4.968
592.953,299905.910,6843.863,11.756,100305.719,20169.053,33.229,4.973
593.956,299938.756,6848.712,11.750,100288.094,20146.290,32.302,4.978
594.959,299970.688,6853.569,11.745,100260.848,20123.524,31.385,4.982
595.964,300001.778,6858.443,11.741,100224.238,20100.708,30.476,4.986
596.964,300031.807,6863.297,11.738,100178.569,20078.019,29.582,4.989
597.967,300061.023,6868.168,11.736,100124.255,20055.282,28.696,4.992
598.968,300089.318,6873.036,11.735,100061.902,20032.587,27.823,4.995
599.972,300116.796,6877.918,11.734,99991.733,20009.862,26.958,4.997
600.974,300143.381,6882.797,11.734,99914.695,19987.180,26.104,4.999
601.979,300169.189,6887.692,11.735,99833.325,19964.450,25.259,5.001
602.982,300194.101,6892.580,11.737,99742.120,19941.787,24.426,5.002
603.984,300218.157,6897.464,11.739,99648.405,19919.171,23.605,5.003
604.984,300241.366,6902.344,11.742,99550.869,19896.604,22.795,5.003
605.985,300263.778,6907.227,11.745,99450.248,19874.050,21.996,5.004
606.988,300285.448,6912.124,11.749,99347.160,19851.465,21.205,5.005
607.991,300306.316,6917.019,11.752,99242.844,19828.916,20.425,5.005
608.993,300326.388,6921.910,11.756,99138.286,19806.417,19.657,5.005
609.995,300345.712,6926.807,11.760,99034.093,19783.921,18.899,5.006
610.996,300364.256,6931.698,11.764,98931.545,19761.481,18.152,5.006
611.997,300382.050,6936.588,11.768,98831.430,19739.072,17.417,5.007
613.001,300399.166,6941.495,11.771,98734.303,19716.618,16.689,5.008
614.003,300415.544,6946.399,11.774,98641.255,19694.203,15.973,5.009
615.005,300431.180,6951.296,11.776,98553.373,19671.850,15.269,5.010
616.005,300446.109,6956.192,11.778,98471.237,19649.533,14.576,5.011
617.008,300460.384,6961.102,11.778,98395.297,19627.178,13.892,5.013
618.009,300473.950,6966.004,11.778,98326.728,19604.889,13.220,5.015
619.010,300486.855,6970.912,11.777,98265.674,19582.605,12.559,5.018
620.014,300499.136,6975.836,11.775,98212.819,19560.274,11.906,5.021
621.015,300510.728,6980.748,11.771,98168.754,19538.028,11.266,5.024
622.016,300521.696,6985.668,11.766,98133.777,19515.774,10.637,5.028
623.018,300532.038,6990.592,11.759,98108.207,19493.529,10.018,5.033
624.021,300541.788,6995.533,11.752,98092.230,19471.239,9.408,5.038
625.023,300550.912,7000.470,11.742,98086.064,19448.997,8.810,5.043
626.026,300559.452,7005.418,11.731,98089.729,19426.734,8.222,5.049
627.026,300567.392,7010.362,11.719,98103.167,19404.518,7.646,5.056
628.027,300574.762,7015.316,11.704,98126.266,19382.290,7.080,5.063
629.031,300581.588,7020.289,11.688,98158.910,19360.001,6.524,5.070
630.033,300587.853,7025.263,11.671,98200.689,19337.739,5.978,5.078
631.035,300593.579,7030.250,11.651,98251.344,19315.452,5.443,5.087
632.037,300598.769,7035.238,11.630,98310.272,19293.185,4.920,5.096
633.037,300603.434,7040.233,11.607,98376.988,19270.923,4.407,5.105
634.039,300607.601,7045.246,11.583,98451.151,19248.607,3.903,5.115
635.039,300611.261,7050.260,11.557,98531.532,19226.319,3.411,5.125
636.041,300614.437,7055.293,11.529,98618.081,19203.976,2.929,5.135
637.043,300617.135,7060.336,11.501,98709.780,19181.621,2.457,5.146
638.047,300619.371,7065.403,11.470,98805.932,19159.188,1.993,5.157
639.050,300621.148,7070.481,11.439,98905.721,19136.735,1.541,5.168
640.052,300622.472,7075.562,11.406,99007.742,19114.305,1.099,5.180
641.055,300623.361,7080.660,11.373,99111.592,19091.831,0.667,5.191
642.056,300623.820,7085.759,11.338,99216.169,19069.379,0.246,5.203
643.057,300623.864,7090.871,11.302,99320.480,19046.908,-0.165,5.215
644.059,300623.500,7096.001,11.266,99423.856,19024.382,-0.566,5.226
645.061,300622.739,7101.146,11.229,99525.299,19001.824,-0.958,5.238
646.064,300621.589,7106.308,11.191,99623.938,18979.227,-1.340,5.249
647.067,300620.063,7111.481,11.153,99718.806,18956.611,-1.712,5.260
648.070,300618.166,7116.666,11.115,99809.106,18933.972,-2.075,5.271
649.073,300615.911,7121.863,11.076,99894.011,18911.314,-2.428,5.282
650.075,300613.311,7127.068,11.037,99972.729,18888.654,-2.770,5.293
651.078,300610.368,7132.290,10.998,100044.694,18865.951,-3.104,5.303
652.082,300607.094,7137.525,10.959,100109.209,18843.225,-3.428,5.313
653.085,300603.501,7142.770,10.920,100165.671,18820.487,-3.742,5.322
654.088,300599.599,7148.022,10.881,100213.568,18797.749,-4.047,5.331
655.092,300595.389,7153.293,10.843,100252.525,18774.963,-4.343,5.340
656.096,300590.891,7158.569,10.804,100282.163,18752.186,-4.629,5.348
657.099,300586.107,7163.847,10.767,100302.216,18729.432,-4.906,5.355
658.102,300581.046,7169.136,10.729,100312.533,18706.659,-5.173,5.362
659.105,300575.723,7174.433,10.693,100313.012,18683.887,-5.431,5.369
660.108,300570.146,7179.738,10.656,100303.653,18661.110,-5.679,5.375
661.110,300564.328,7185.046,10.620,100284.561,18638.354,-5.919,5.381
662.113,300558.273,7190.364,10.584,100255.874,18615.589,-6.149,5.386
663.116,300551.991,7195.686,10.549,100217.826,18592.835,-6.370,5.390
664.118,300545.492,7201.014,10.515,100170.809,18570.089,-6.582,5.394
665.121,300538.784,7206.348,10.480,100115.160,18547.347,-6.785,5.398
666.125,300531.871,7211.690,10.446,100051.399,18524.600,-6.979,5.401
667.125,300524.793,7217.018,10.413,99980.429,18501.945,-7.163,5.404
668.128,300517.515,7222.364,10.379,99902.328,18479.246,-7.339,5.406
669.132,300510.064,7227.714,10.346,99817.982,18456.561,-7.506,5.408
670.134,300502.453,7233.064,10.313,99728.222,18433.906,-7.665,5.410
671.137,300494.691,7238.416,10.279,99633.789,18411.273,-7.814,5.412
672.139,300486.782,7243.771,10.246,99535.546,18388.663,-7.954,5.413
673.143,300478.730,7249.131,10.213,99434.247,18366.056,-8.086,5.414
674.146,300470.554,7254.491,10.179,99330.834,18343.482,-8.209,5.415
675.148,300462.265,7259.850,10.145,99226.429,18320.945,-8.324,5.416
676.152,300453.856,7265.216,10.110,99121.635,18298.406,-8.429,5.417
677.153,300445.367,7270.570,10.076,99017.928,18275.950,-8.526,5.418
678.156,300436.765,7275.938,10.040,98915.521,18253.465,-8.615,5.419
679.159,300428.083,7281.306,10.003,98815.617,18231.013,-8.695,5.420
680.162,300419.324,7286.676,9.965,98719.119,18208.578,-8.766,5.422
681.165,300410.495,7292.051,9.926,98626.744,18186.159,-8.830,5.423
682.167,300401.613,7297.422,9.886,98539.669,18163.783,-8.884,5.425
683.170,300392.676,7302.800,9.845,98458.232,18141.409,-8.931,5.427
684.171,300383.713,7308.170,9.802,98383.665,18119.098,-8.969,5.430
685.174,300374.703,7313.552,9.757,98316.093,18096.767,-9.000,5.433
686.175,300365.677,7318.931,9.711,98256.380,18074.485,-9.022,5.436
687.176,300356.647,7324.306,9.663,98205.070,18052.243,-9.036,5.440
688.178,300347.579,7329.702,9.613,98162.405,18029.949,-9.042,5.444
689.182,300338.509,7335.104,9.561,98128.897,18007.661,-9.041,5.449
690.183,300329.457,7340.503,9.508,98104.901,17985.413,-9.031,5.455
691.184,300320.423,7345.905,9.451,98090.562,17963.186,-9.015,5.461
692.185,300311.410,7351.315,9.393,98085.990,17940.959,-8.990,5.467
693.187,300302.422,7356.733,9.333,98091.231,17918.727,-8.959,5.474
694.190,300293.450,7362.171,9.270,98106.286,17896.445,-8.920,5.482
695.191,300284.548,7367.602,9.205,98130.936,17874.225,-8.874,5.490
696.192,300275.686,7373.047,9.137,98165.031,17851.977,-8.820,5.499
697.195,300266.869,7378.509,9.067,98208.311,17829.692,-8.760,5.508
698.198,300258.117,7383.981,8.995,98260.356,17807.398,-8.693,5.518
699.200,300249.440,7389.461,8.920,98320.641,17785.103,-8.620,5.528
700.203,300240.840,7394.952,8.843,98388.752,17762.796,-8.540,5.539
701.206,300232.318,7400.459,8.763,98464.058,17740.457,-8.453,5.550
702.208,300223.890,7405.975,8.682,98545.817,17718.111,-8.360,5.562
703.211,300215.553,7411.507,8.598,98633.394,17695.738,-8.262,5.574
704.213,300207.334,7417.042,8.512,98725.940,17673.382,-8.157,5.586
705.213,300199.229,7422.586,8.424,98822.258,17651.023,-8.047,5.599
706.216,300191.219,7428.156,8.333,98922.357,17628.592,-7.931,5.611
707.219,300183.327,7433.739,8.240,99024.889,17606.141,-7.810,5.624
708.222,300175.560,7439.338,8.145,99129.003,17583.660,-7.683,5.638
709.222,300167.940,7444.937,8.049,99233.339,17561.213,-7.552,5.651
710.227,300160.423,7450.575,7.951,99338.043,17538.645,-7.415,5.664
711.229,300153.061,7456.215,7.851,99441.189,17516.101,-7.274,5.677
712.232,300145.842,7461.870,7.749,99542.256,17493.530,-7.128,5.690
713.236,300138.766,7467.544,7.645,99640.302,17470.918,-6.978,5.703
714.238,300131.852,7473.224,7.540,99734.459,17448.316,-6.824,5.716
715.240,300125.091,7478.920,7.433,99823.855,17425.682,-6.666,5.729
716.243,300118.491,7484.631,7.324,99907.761,17403.026,-6.504,5.741
717.246,300112.054,7490.356,7.214,99985.422,17380.348,-6.339,5.753
718.249,300105.785,7496.093,7.103,100056.130,17357.655,-6.170,5.764
719.251,300099.687,7501.844,6.990,100119.287,17334.942,-5.998,5.776
720.254,300093.764,7507.606,6.875,100174.298,17312.221,-5.824,5.786
721.257,300088.016,7513.381,6.759,100220.722,17289.484,-5.646,5.797
722.259,300082.447,7519.167,6.642,100258.113,17266.738,-5.466,5.806
723.262,300077.059,7524.965,6.523,100286.157,17243.980,-5.284,5.816
724.265,300071.857,7530.772,6.403,100304.606,17221.218,-5.100,5.824
725.268,300066.840,7536.590,6.280,100313.292,17198.451,-4.913,5.833
726.270,300062.012,7542.416,6.157,100312.143,17175.686,-4.726,5.840
727.273,300057.372,7548.252,6.031,100301.166,17152.917,-4.537,5.847
728.276,300052.922,7554.095,5.903,100280.461,17130.152,-4.346,5.854
729.279,300048.662,7559.948,5.774,100250.200,17107.387,-4.155,5.860
730.281,300044.596,7565.807,5.642,100210.669,17084.633,-3.964,5.866
731.284,300040.722,7571.671,5.509,100162.209,17061.892,-3.772,5.871
732.287,300037.041,7577.543,5.372,100105.241,17039.158,-3.580,5.875
733.289,300033.553,7583.419,5.234,100040.275,17016.439,-3.388,5.879
734.292,300030.255,7589.301,5.092,99967.887,16993.732,-3.197,5.883
735.295,300027.149,7595.189,4.948,99888.709,16971.041,-3.007,5.886
736.298,300024.223,7601.079,4.801,99803.455,16948.370,-2.818,5.889
737.300,300021.487,7606.974,4.651,99712.853,16925.719,-2.631,5.891
738.303,300018.938,7612.873,4.498,99617.726,16903.085,-2.445,5.893
739.306,300016.573,7618.776,4.341,99518.905,16880.471,-2.262,5.896
740.309,300014.391,7624.680,4.180,99417.218,16857.885,-2.082,5.897
741.311,300012.389,7630.588,4.014,99313.731,16835.321,-1.904,5.899
742.314,300010.563,7636.499,3.843,99209.180,16812.781,-1.731,5.901
743.317,300008.909,7642.412,3.667,99104.525,16790.265,-1.561,5.902
744.320,300007.422,7648.328,3.485,99000.720,16767.768,-1.397,5.904
745.324,300006.097,7654.258,3.296,98898.547,16745.258,-1.237,5.906
746.325,300004.933,7660.168,3.101,98799.298,16722.851,-1.084,5.908
747.328,300003.915,7666.093,2.898,98703.452,16700.426,-0.938,5.910
748.330,300003.042,7672.021,2.688,98612.014,16678.022,-0.799,5.913
749.333,300002.304,7677.952,2.470,98525.761,16655.639,-0.669,5.915
750.337,300001.690,7683.895,2.242,98445.436,16633.245,-0.548,5.919
751.339,300001.195,7689.824,2.006,98371.870,16610.934,-0.437,5.922
752.341,300000.805,7695.768,1.760,98305.542,16588.602,-0.337,5.926
753.342,300000.510,7701.700,1.506,98247.287,16566.347,-0.250,5.931
754.343,300000.296,7707.642,1.245,98197.361,16544.084,-0.175,5.935
755.345,300000.150,7713.601,0.981,98156.196,16521.791,-0.114,5.941
756.348,300000.059,7719.565,0.730,98124.259,16499.510,-0.066,5.947
757.351,300000.010,7725.535,0.538,98101.830,16477.235,-0.028,5.954
758.351,300000.000,7729.901,0.709,0.000,16460.890,0.002,-0.000
759.354,299999.994,7729.904,0.775,0.000,16460.890,-0.008,-0.000
760.355,299999.980,7729.908,0.842,0.000,16460.890,-0.018,-0.000
761.358,299999.955,7729.911,0.908,0.000,16460.890,-0.027,-0.000
762.360,299999.921,7729.914,0.975,0.000,16460.890,-0.037,-0.000
763.363,299999.878,7729.918,1.042,0.000,16460.890,-0.047,-0.000
 
It doesn't really affect the trajectory. It's just annoying.

Thruster pairs will just start competing with each other. (Ex. cycling between roll left and roll right many times per second to maintain 0 net roll.) The thruster sound is active through most of the ascent, and the vehicle may noticeably vibrate.

Didn't notice this with the earlier release.
 
Ok, i know where to look. Do you launch at x10 speed or normal?
 
I made a Multistage2015 Saturn-IB. I couldn't figure out how to get an AAPO Apollo SLA, CSM, and LES on top of the booster so I just made it as a sophisticated satellite launcher.

tumblr_nwiheyowDb1rpuj2so1_1280.png


The S-IB and interstage is from NASSP, the S-IVB is from Velcro Saturns v1.11, and the atmospheric fairing is from Skylab1973 v2.1. The payload is a generic Velcro probe. I plan on making two different ini files so that I can place the booster on either Launch Complex 34 or the Launch Complex 39 Milkstool.

tumblr_nwiheyowDb1rpuj2so2_1280.png


Just before staging, the 4 inboard engines have been shut down to keep the acceleration below 4 g's.

tumblr_nwiheyowDb1rpuj2so3_1280.png


The S-IVB on its way to orbit. The Probe payload is weighted the same as the Apollo 7 CSM and is targeted for Apollo 7's initial orbit of 228 by 281 km with an inclination of 31.6 degrees.

This multistage launcher is far more reliable and efficient than its velcro counterpart.
 
Perhaps I'm just being dumb, but I don't see how to implement a live payload configured by scenario.

On the multistage config, if I define Live=1 the payload works and appears.
But that's not enough. AMSO (for the post above for example) need parameters loaded per scenario.
 
Load the scenario with just live=1, close simulation and go edit the current state scenario. If this is not enough,i'll post a more detailed procedure
 
Has anyone tried using the Multistage2015 autopilot with the Dnepr by Scorpius? I can't seem to get the proper values. The rocket vibrates excessively until it eventually loses control.
 
What's your average on the FPS? I think there is an issue on the autopilot control when fps are a bit low, i'm currently working to fix this to avoid vibrations.
 
FPS is locked at 60 with vsync, I have a very powerful computer so it never dips. I get vibrations with the example SLS launcher as well but only with the second stage. If I run it at 10x acceleration it can't handle it.
 
Ok, it will be solved soon, i know where to act, no worries ;-)
 
Back
Top